@@ -2,7 +2,7 @@ import {myNavbar} from "./navbar";
22import { mySidebar } from "./sidebar" ;
33import { defineUserConfig } from "vuepress" ;
44import plumeTheme from "vuepress-theme-plume" ;
5- import { viteBundler } from '@vuepress/bundler-vite'
5+ import { viteBundler } from '@vuepress/bundler-vite'
66import { myBulletin } from "./bulletin" ;
77
88
@@ -11,7 +11,7 @@ export default defineUserConfig({
1111 lang : 'zh-CN' ,
1212 title : 'FastAPI Best Architecture' ,
1313 head : [
14- [ 'link' , { rel : 'icon' , href : 'https://fastapi.tiangolo.com/img/favicon.png ' } ]
14+ [ 'link' , { rel : 'icon' , href : 'https://wu-clan.github.io/picx-images-hosting/logo/fba.svg ' } ]
1515 ] ,
1616 theme : plumeTheme ( {
1717 blog : false ,
@@ -24,14 +24,15 @@ export default defineUserConfig({
2424 bulletin : myBulletin ,
2525 sidebar : mySidebar ,
2626 navbar : myNavbar ,
27- logo : 'https://fastapi.tiangolo.com/img/favicon .png' ,
27+ logo : 'https://wu-clan.github.io/picx-images-hosting/logo/fba .png' ,
2828 docsRepo : 'https://github.com/fastapi-practices/fastapi_best_architecture_docs' ,
2929 docsBranch : 'master' ,
3030 docsDir : 'docs' ,
3131 social : [
32- { icon : 'github' , link : 'https://github.com/fastapi-practices/fastapi_best_architecture' }
32+ { icon : 'github' , link : 'https://github.com/fastapi-practices/fastapi_best_architecture' } ,
33+ { icon : 'discord' , link : 'https://discord.com/invite/yNN3wTbVAC' }
3334 ] ,
34- navbarSocialInclude : [ 'github' ] ,
35+ // navbarSocialInclude: ['github'],
3536 editLinkText : '在 GitHub 上编辑此页面' ,
3637 // lastUpdated: {
3738 // text: 'Releases',
@@ -42,14 +43,14 @@ export default defineUserConfig({
4243 } ,
4344 plugins : {
4445 shiki : {
45- languages : [ 'shell' , 'yaml' , 'py' ]
46+ languages : [ 'shell' , 'yaml' , 'py' ]
4647 } ,
4748 watermark : true ,
4849 markdownPower : {
4950 icons : true ,
5051 bilibili : true ,
5152 } ,
52- }
53+ } ,
5354 } ) ,
5455 bundler : viteBundler ( ) ,
5556} )
0 commit comments