Skip to content

Commit b00424a

Browse files
committed
update docs
1 parent 4308b7d commit b00424a

File tree

8 files changed

+694
-561
lines changed

8 files changed

+694
-561
lines changed

docs/.vuepress/config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,13 @@ export default defineUserConfig({
5959
editLinkText: '在 GitHub 上编辑此页面',
6060
lastUpdated: false,
6161
contributors: false,
62+
copyright: {
63+
license: {
64+
name: 'MIT',
65+
url: 'https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/LICENSE'
66+
}
67+
},
6268
footer: {
63-
message: 'MIT License',
6469
copyright: 'Copyright © 2024-present FastAPI Practices'
6570
},
6671
plugins: {

docs/.vuepress/navbar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const myNavbar = defineNavbarConfig([
3131
]
3232
},
3333
{
34-
text: 'Beta',
34+
text: 'v1.0.0',
3535
items: [
3636
{
3737
text: '技术支持',
@@ -46,7 +46,7 @@ export const myNavbar = defineNavbarConfig([
4646
{
4747
text: '更新记录',
4848
icon: 'stash:last-updates-duotone',
49-
link: '/guide/other/changelog.md'
49+
link: '/changelog.md'
5050
},
5151
{
5252
text: '我要催更',

docs/.vuepress/sidebar.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@ export const mySidebar: SidebarMulti = {
5656
{text: '传统', link: 'legacy', icon: 'fluent-color:video-16'},
5757
]
5858
},
59-
{
60-
text: '其他',
61-
collapsed: false,
62-
prefix: 'other/',
63-
items: [
64-
{text: '更新记录', link: 'changelog'},
65-
]
66-
}
6759
],
6860
'/plugin/': [
6961
{

docs/changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: 更新日志
3+
---

docs/guide/other/changelog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/guide/summary/intro.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
4848
- [x] 令牌管理:系统用户在线状态检测,支持踢人下线
4949
- [x] 登录认证:基于后端的图形验证码后台认证登录
5050
- [x] 多点登录:通过用户信息一键修改多点登录支持
51-
- [x] OAuth2.0: 内置自研 OAuth 2.0 登录方式
51+
- [x] OAuth20:内置自研 OAuth 2.0 登录集成
5252
- [x] 代码生成:后端代码自动生成,支持预览,写入及下载
5353
- [x] 定时任务:自动化任务,异步任务,支持函数调用
5454
- [x] 插件系统:通过热插拔插件模式告别高耦合集成
@@ -108,7 +108,3 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
108108

109109
> [!IMPORTANT]
110110
> 特此感谢 [无名](https://github.com/lvright) 为此架构无偿设计的 LOGO
111-
112-
> [!IMPORTANT]
113-
> 本文档由 [vuepress-theme-plume](https://github.com/pengzhanbo/vuepress-theme-plume)
114-
> 驱动,感谢 [pengzhanbo](https://github.com/pengzhanbo) 对此开源项目的杰出贡献

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@vuepress/plugin-umami-analytics": "2.0.0-rc.74",
2020
"sass-embedded": "^1.83.0",
2121
"vue": "^3.5.13",
22-
"vuepress": "2.0.0-rc.19",
23-
"vuepress-theme-plume": "1.0.0-rc.131"
22+
"vuepress": "2.0.0-rc.20",
23+
"vuepress-theme-plume": "1.0.0-rc.133"
2424
},
2525
"dependencies": {
2626
"@iconify/json": "^2.2.282",

pnpm-lock.yaml

Lines changed: 680 additions & 538 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)