We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sidebar: { //左侧列表 "/guide/": [ { title: "开始", collapsable: true, children: ["introduction", "quick-start"] }, { title: "测试", children: ["test"] } ], // "/api/": ["Usage", ], // "/guide/ts/": [ // { // title: "Typescript 学习", // collapsable: true, // children: ["test01", "test02", "test03"] // } // ], "/": [""] //不能放在数组第一个,否则会导致右侧栏无法使用 }
{ "name": "vuepress-doc", "version": "0.0.1", "description": "A VuePress project", "license": "MIT", "type": "module", "scripts": { "docs:build": "vuepress build docs", "docs:clean-dev": "vuepress dev docs --clean-cache", "dev": "vuepress dev docs", "docs:update-package": "pnpm dlx vp-update" }, "devDependencies": { "@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/theme-default": "^2.0.0-rc.11", "vue": "^3.4.0", "vuepress": "^2.0.0-rc.7" }, "dependencies": { } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: