Skip to content

Commit 2fc268d

Browse files
committed
update docs
1 parent efeefb7 commit 2fc268d

File tree

5 files changed

+378
-555
lines changed

5 files changed

+378
-555
lines changed

docs/.vuepress/config.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import {defineUserConfig} from 'vuepress'
2-
import {viteBundler} from '@vuepress/bundler-vite'
3-
import {plumeTheme} from 'vuepress-theme-plume'
41
import {myNavbar} from "./navbar";
52
import {mySidebar} from "./sidebar";
3+
import {defineUserConfig} from "vuepress";
4+
import plumeTheme from "vuepress-theme-plume";
5+
import { viteBundler } from '@vuepress/bundler-vite'
6+
67

78
export default defineUserConfig({
89
base: '/fastapi_best_architecture_docs/',

docs/.vuepress/navbar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const myNavbar = defineNavbarConfig([
1111
]
1212
},
1313
{
14-
text: 'Beta',
14+
text: 'v0.0.1 Beta',
1515
items: [
1616
{
1717
text: '贡献',

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
14-
"@vuepress/bundler-vite": "2.0.0-rc.15",
14+
"@vuepress/bundler-vite": "2.0.0-rc.17",
1515
"sass-embedded": "^1.79.4",
16-
"vue": "^3.5.4",
17-
"vuepress": "^2.0.0-rc.17",
18-
"vuepress-theme-plume": "^1.0.0-rc.106"
16+
"vue": "^3.5.11",
17+
"vuepress": "2.0.0-rc.17",
18+
"vuepress-theme-plume": "1.0.0-rc.107"
1919
},
2020
"dependencies": {
21-
"@iconify/json": "^2.2.247"
21+
"@vuepress-plume/plugin-search": "1.0.0-rc.107",
22+
"@iconify/json": "^2.2.258"
2223
}
2324
}

0 commit comments

Comments
 (0)