File tree 5 files changed +378
-555
lines changed
5 files changed +378
-555
lines changed Original file line number Diff line number Diff line change 1
- import { defineUserConfig } from 'vuepress'
2
- import { viteBundler } from '@vuepress/bundler-vite'
3
- import { plumeTheme } from 'vuepress-theme-plume'
4
1
import { myNavbar } from "./navbar" ;
5
2
import { mySidebar } from "./sidebar" ;
3
+ import { defineUserConfig } from "vuepress" ;
4
+ import plumeTheme from "vuepress-theme-plume" ;
5
+ import { viteBundler } from '@vuepress/bundler-vite'
6
+
6
7
7
8
export default defineUserConfig ( {
8
9
base : '/fastapi_best_architecture_docs/' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const myNavbar = defineNavbarConfig([
11
11
]
12
12
} ,
13
13
{
14
- text : 'Beta' ,
14
+ text : 'v0.0.1 Beta' ,
15
15
items : [
16
16
{
17
17
text : '贡献' ,
Original file line number Diff line number Diff line change 11
11
"author" : " " ,
12
12
"license" : " ISC" ,
13
13
"devDependencies" : {
14
- "@vuepress/bundler-vite" : " 2.0.0-rc.15 " ,
14
+ "@vuepress/bundler-vite" : " 2.0.0-rc.17 " ,
15
15
"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 "
19
19
},
20
20
"dependencies" : {
21
- "@iconify/json" : " ^2.2.247"
21
+ "@vuepress-plume/plugin-search" : " 1.0.0-rc.107" ,
22
+ "@iconify/json" : " ^2.2.258"
22
23
}
23
24
}
You can’t perform that action at this time.
0 commit comments