Skip to content

Commit b8f5ab0

Browse files
committed
update docs
1 parent a957005 commit b8f5ab0

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

docs/.vuepress/navbar.ts

+12-16
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,36 @@ export const myNavbar = defineNavbarConfig([
99
text: '前端',
1010
items: [
1111
{
12-
text: '文档',
13-
icon: 'material-symbols:docs',
12+
text: '线上演示',
13+
icon: 'mdi:web',
1414
items: [
1515
{
16-
text: 'Gi Admin Pro 官方适配实施',
17-
link: '/frontend/intro'
16+
text: 'Arco Design Pro 实验性实施',
17+
link: 'https://fba.wu-clan.site/'
1818
}
1919
]
2020
},
2121
{
22-
text: '线上演示',
23-
icon: 'mdi:web',
22+
text: '文档',
23+
icon: 'material-symbols:docs',
2424
items: [
2525
{
26-
text: 'Arco Design Pro 实验性实施',
27-
link: 'https://fba.wu-clan.site/'
26+
text: 'Vben Admin Antd 完整版实施',
27+
link: '/frontend/intro'
2828
}
2929
]
3030
},
3131
{
3232
text: 'GitHub',
3333
icon: 'mdi:git',
3434
items: [
35-
{
36-
text: 'Gi Admin Pro 官方适配实施',
37-
link: 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
38-
},
39-
{
40-
text: 'Vben Admin Antd 社区适配实施',
41-
link: 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_vben'
42-
},
4335
{
4436
text: 'Arco Design Pro 实验性实施',
4537
link: 'https://github.com/fastapi-practices/fastapi_best_architecture_ui_arco'
38+
},
39+
{
40+
text: 'Vben Admin Antd 完整版实施',
41+
link: 'https://github.com/fastapi-practices/fastapi_best_architecture_ui'
4642
}
4743
]
4844
},

docs/frontend/intro.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,4 @@
22
title: 介绍
33
---
44

5-
::: tip
6-
积极开发中...
7-
:::
8-
9-
基于 Gi Admin Pro 构建的 fastapi_best_architecture 前端官方适配实施
5+
基于 Vben Admin Antd 构建的 fastapi_best_architecture 前端完整版实施

docs/frontend/quick-start.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
---
22
title: 快速开始
33
---
4+
5+
::: tip
6+
积极开发中... 预计 5 月份亮相 Q_Q
7+
:::

0 commit comments

Comments
 (0)