Skip to content

Commit 691facf

Browse files
committed
update docs
1 parent 9c71768 commit 691facf

File tree

4 files changed

+1
-21
lines changed

4 files changed

+1
-21
lines changed

docs/.vuepress/navbar.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
3232
icon: 'simple-icons:apifox',
3333
link: 'https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0'
3434
},
35-
{
36-
text: '开发计划',
37-
icon: 'icon-park-twotone:plan',
38-
link: '/backend/summary/plan'
39-
},
4035
]
4136
},
4237
{
@@ -53,11 +48,6 @@ export const myNavbar: ThemeNavItem[] = defineNavbarConfig([
5348
icon: 'simple-icons:antdesign',
5449
link: '/frontend/summary/intro'
5550
},
56-
{
57-
text: '开发计划',
58-
icon: 'icon-park-twotone:plan',
59-
link: '/frontend/summary/plan'
60-
}
6151
]
6252
},
6353
{

docs/.vuepress/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const mySidebar: ThemeSidebarMulti = {
3939
{ text: '国际化', link: 'i18n' },
4040
{ text: 'JWT', link: 'jwt' },
4141
{ text: 'RBAC', link: 'RBAC' },
42-
{ text: '跨域', link: 'CORS' },
42+
{ text: 'CORS', link: 'CORS' },
4343
{ text: '时区', link: 'timezone' },
4444
{ text: '节流', link: 'limit' },
4545
{ text: '切换主键', link: 'pk' },

docs/backend/summary/plan.md

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

docs/frontend/summary/plan.md

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

0 commit comments

Comments
 (0)