Skip to content

Commit e98304a

Browse files
committed
update docs
1 parent 8e39042 commit e98304a

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

docs/.vuepress/navbar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const myNavbar = defineNavbarConfig([
1414
items: [
1515
{
1616
text: 'Gi Admin Pro 官方适配实施',
17-
link: '/frontend/project'
17+
link: '/frontend/intro'
1818
}
1919
]
2020
},
@@ -29,7 +29,7 @@ export const myNavbar = defineNavbarConfig([
2929
]
3030
},
3131
{
32-
text: '文档',
32+
text: 'GitHub',
3333
icon: 'mdi:git',
3434
items: [
3535
{

docs/.vuepress/sidebar.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ export const mySidebar: ThemeSidebarMulti = {
7676
text: '参考',
7777
collapsed: false,
7878
items: [
79-
{ text: '项目', link: 'project' },
79+
{ text: '介绍', link: 'intro' },
80+
{ text: '快速开始', link: 'quick-start' },
8081
]
8182
}
8283
]

docs/frontend/intro.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: 介绍
3+
---
4+
5+
::: tip
6+
积极开发中...
7+
:::
8+
9+
基于 Gi Admin Pro 构建的 fastapi_best_architecture 前端官方适配实施

docs/frontend/project.md

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

docs/frontend/quick-start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: 快速开始
3+
---

0 commit comments

Comments
 (0)