chore: Switch to pnpm and create individual package for docs

This commit is contained in:
Jiaxin Peng
2025-10-31 13:46:31 +00:00
parent 770061e826
commit 7282fc6955
6 changed files with 3989 additions and 2469 deletions

View File

@@ -39,7 +39,7 @@ const vitePressOptions = {
const commonSidebarOptions = {
documentRootPath: '/docs',
documentRootPath: '/',
useTitleFromFrontmatter: true,
frontmatterTitleFieldName: 'title',
collapsed: true,

17
docs/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "obsidian-to-notionnext-docs",
"private": true,
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "^2.0.0-alpha.12",
"vitepress-sidebar": "^1.33.0",
"vue": "^3.5.22"
}
}

1756
docs/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff