refactor: 📝 Move documentation to a custom VitePress site

This commit is contained in:
Jesse Wierzbinski 2024-11-10 15:24:34 +01:00
parent 19d8680289
commit 06a8dd1c0a
No known key found for this signature in database
26 changed files with 1449 additions and 775 deletions

View file

@ -39,7 +39,10 @@
"prune": "ts-prune | grep -v server/ | grep -v dist/ | grep -v '(used in module)'",
"schema:generate": "bun run packages/config-manager/json-schema.ts > config/config.schema.json && bun run packages/plugin-kit/json-schema.ts > packages/plugin-kit/manifest.schema.json",
"check": "bunx tsc -p .",
"test": "find . -name \"*.test.ts\" -not -path \"./node_modules/*\" | xargs -I {} sh -c 'bun test {} || exit 255'"
"test": "find . -name \"*.test.ts\" -not -path \"./node_modules/*\" | xargs -I {} sh -c 'bun test {} || exit 255'",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"trustedDependencies": [
"@biomejs/biome",
@ -88,10 +91,15 @@
"@types/pg": "^8.11.10",
"@types/qs": "^6.9.17",
"drizzle-kit": "^0.28.0",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mathjax3": "^4.3.2",
"oclif": "^4.15.20",
"ts-prune": "^0.10.3",
"typescript": "^5.6.3",
"vitepress": "^1.5.0",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-sidebar": "^1.29.0",
"vue": "^3.5.12",
"zod-to-json-schema": "^3.23.5"
},
"peerDependencies": {