Skip to content

Commit 402b739

Browse files
committed
update docs
1 parent 03764a8 commit 402b739

3 files changed

Lines changed: 808 additions & 779 deletions

File tree

docs/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const myTheme: Theme = plumeTheme({
4141
{ icon: 'github', link: 'https://github.com/fastapi-practices/fastapi_best_architecture' },
4242
{
4343
icon: {
44-
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" style="margin: -2px 0 0 -2px" viewBox="0 0 24 24"><path fill="currentColor" d="M11.984 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0zm6.09 5.333c.328 0 .593.266.592.593v1.482a.594.594 0 0 1-.593.592H9.777c-.982 0-1.778.796-1.778 1.778v5.63c0 .327.266.592.593.592h5.63c.982 0 1.778-.796 1.778-1.778v-.296a.593.593 0 0 0-.592-.593h-4.15a.59.59 0 0 1-.592-.592v-1.482a.593.593 0 0 1 .593-.592h6.815c.327 0 .593.265.593.592v3.408a4 4 0 0 1-4 4H5.926a.593.593 0 0 1-.593-.593V9.778a4.444 4.444 0 0 1 4.445-4.444h8.296Z"/></svg>`,
44+
svg: `<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="currentColor" d="M11.984 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0zm6.09 5.333c.328 0 .593.266.592.593v1.482a.594.594 0 0 1-.593.592H9.777c-.982 0-1.778.796-1.778 1.778v5.63c0 .327.266.592.593.592h5.63c.982 0 1.778-.796 1.778-1.778v-.296a.593.593 0 0 0-.592-.593h-4.15a.59.59 0 0 1-.592-.592v-1.482a.593.593 0 0 1 .593-.592h6.815c.327 0 .593.265.593.592v3.408a4 4 0 0 1-4 4H5.926a.593.593 0 0 1-.593-.593V9.778a4.444 4.444 0 0 1 4.445-4.444h8.296Z"/></svg>`,
4545
name: 'gitee'
4646
},
4747
link: 'https://gitee.com/wu_clan/fastapi_best_architecture'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@vuepress/plugin-baidu-analytics": "2.0.0-rc.121",
2222
"@vuepress/plugin-clarity-analytics": "2.0.0-rc.121",
2323
"@vuepress/plugin-umami-analytics": "2.0.0-rc.121",
24-
"vue": "^3.5.25",
24+
"vue": "^3.5.26",
2525
"vuepress": "2.0.0-rc.26",
26-
"vuepress-theme-plume": "1.0.0-rc.183"
26+
"vuepress-theme-plume": "1.0.0-rc.185"
2727
},
2828
"dependencies": {
29-
"@iconify/json": "^2.2.418",
29+
"@iconify/json": "^2.2.426",
3030
"@vueuse/core": "^12.8.2",
3131
"mermaid": "^11.12.2",
3232
"swiper": "^12.0.3"

0 commit comments

Comments
 (0)