Skip to content

Commit 5e79ab8

Browse files
committed
update docs
1 parent c97b99e commit 5e79ab8

File tree

4 files changed

+753
-810
lines changed

4 files changed

+753
-810
lines changed

docs/.vuepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineUserConfig({
5656
contributors: false,
5757
lastUpdated: false,
5858
footer: {
59-
copyright: 'Copyright © 2024-present FastAPI Practices'
59+
copyright: 'Copyright © 2023-present FastAPI Practices'
6060
},
6161
//watermark: true,
6262
markdown: {

docs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ config:
1717
- theme: alt
1818
text: 为什么选择我们?
1919
link: /backend/summary/why
20+
- theme: alt
21+
text: DeepWiki 文档
22+
link: https://deepwiki.com/fastapi-practices/fastapi_best_architecture
2023
- type: SponsorHome
2124
- type: features
2225
features:

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"license": "MIT",
1515
"devDependencies": {
1616
"@vuepress/bundler-vite": "2.0.0-rc.22",
17-
"@vuepress/plugin-baidu-analytics": "2.0.0-rc.98",
18-
"@vuepress/plugin-umami-analytics": "2.0.0-rc.98",
17+
"@vuepress/plugin-baidu-analytics": "2.0.0-rc.99",
18+
"@vuepress/plugin-umami-analytics": "2.0.0-rc.99",
1919
"vue": "^3.5.13",
2020
"vuepress": "2.0.0-rc.22",
21-
"vuepress-theme-plume": "1.0.0-rc.144"
21+
"vuepress-theme-plume": "1.0.0-rc.146"
2222
},
2323
"dependencies": {
24-
"@iconify/json": "^2.2.333",
24+
"@iconify/json": "^2.2.335",
2525
"@vueuse/core": "^12.8.2",
2626
"mermaid": "^11.6.0",
2727
"swiper": "^11.2.6"

0 commit comments

Comments
 (0)