Skip to content

Commit cc1ab33

Browse files
committed
update the docs config
1 parent 4f58b2b commit cc1ab33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vuepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {myNavbar} from "./navbar";
55
import {mySidebar} from "./sidebar";
66

77
export default defineUserConfig({
8+
base: '/fastapi_best_architecture_docs/',
89
lang: 'zh-CN',
910
title: 'FastAPI Best Architecture',
1011
head: [
@@ -28,6 +29,9 @@ export default defineUserConfig({
2829
],
2930
navbarSocialInclude: ['github'],
3031
editLinkText: '在 GitHub 上编辑此页面',
32+
lastUpdated: {
33+
text: 'Releases',
34+
},
3135
footer: {
3236
message: 'MIT License',
3337
copyright: 'Copyright © 2024-present FastAPI Practices'

0 commit comments

Comments
 (0)