File tree Expand file tree Collapse file tree 5 files changed +378
-555
lines changed Expand file tree Collapse file tree 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'
41import { myNavbar } from "./navbar" ;
52import { mySidebar } from "./sidebar" ;
3+ import { defineUserConfig } from "vuepress" ;
4+ import plumeTheme from "vuepress-theme-plume" ;
5+ import { viteBundler } from '@vuepress/bundler-vite'
6+
67
78export default defineUserConfig ( {
89 base : '/fastapi_best_architecture_docs/' ,
Original file line number Diff line number Diff 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 : '贡献' ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments