docs: migrate Mintlify config

This commit is contained in:
Peter Steinberger
2026-01-04 00:36:48 +01:00
parent 7c062e0ef2
commit e07fdd117d
3 changed files with 88 additions and 82 deletions

View File

@@ -38,6 +38,8 @@
"scripts": {
"dev": "tsx src/index.ts",
"docs:list": "tsx scripts/docs-list.ts",
"docs:dev": "cd docs && mint dev",
"docs:build": "cd docs && mint broken-links",
"build": "tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts",
"release:check": "tsx scripts/release-check.ts",
"ui:install": "pnpm -C ui install",