We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f58b2b commit cc1ab33Copy full SHA for cc1ab33
docs/.vuepress/config.ts
@@ -5,6 +5,7 @@ import {myNavbar} from "./navbar";
5
import {mySidebar} from "./sidebar";
6
7
export default defineUserConfig({
8
+ base: '/fastapi_best_architecture_docs/',
9
lang: 'zh-CN',
10
title: 'FastAPI Best Architecture',
11
head: [
@@ -28,6 +29,9 @@ export default defineUserConfig({
28
29
],
30
navbarSocialInclude: ['github'],
31
editLinkText: '在 GitHub 上编辑此页面',
32
+ lastUpdated: {
33
+ text: 'Releases',
34
+ },
35
footer: {
36
message: 'MIT License',
37
copyright: 'Copyright © 2024-present FastAPI Practices'
0 commit comments