feat(docs): migrate bs docs

This commit is contained in:
DarkSky
2026-04-29 17:23:23 +08:00
parent bf6fc66943
commit 0ccfacbc29
105 changed files with 5537 additions and 243 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "@blocksuite/docs",
"description": "BlockSuite documentation",
"private": true,
"keywords": [],
"author": "toeverything",
"repository": "toeverything/blocksuite",
"license": "MPL-2.0",
"type": "module",
"scripts": {
"typedoc": "typedoc --options ./typedoc.json",
"dev": "yarn run typedoc && yarn exec vitepress dev --port 5200",
"dev:nobuild": "yarn exec vitepress dev --port 5200",
"build": "yarn run typedoc && NODE_OPTIONS=--max-old-space-size=8192 yarn exec vitepress build",
"preview": "yarn exec vitepress preview"
},
"dependencies": {
"@blocksuite/affine": "workspace:*",
"date-fns": "^4.0.0",
"markdown-it-container": "^4.0.0",
"vitepress-plugin-sandpack": "^1.1.4"
},
"devDependencies": {
"@types/markdown-it-container": "^4.0.0",
"typedoc": "^0.28.0",
"typedoc-plugin-markdown": "^4.5.0",
"vite-plugin-wasm": "^3.3.0",
"vitepress": "^1.6.3",
"vue": "^3.4.38"
},
"version": "0.26.3"
}