Skip to content

Commit

Permalink
docs: hosts adjustment (en)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraZiling committed Aug 16, 2024
1 parent 4e48828 commit 2652b1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/docs/.vitepress/config/en.mts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ export const en = defineConfig({
{ text: 'Expander', link: '/documentation/controls/data/expander' },
]
},
{
text: 'Notification',
items: [
{ text: 'InfoBar', link: '/documentation/controls/notification/infobar' },
{ text: 'InfoBadge', link: '/documentation/controls/notification/infobadge' },
]
},
{
text: 'System',
items: [
Expand All @@ -101,13 +108,11 @@ export const en = defineConfig({
]
},
{
text: 'Notification',
text: 'Hosts',
items: [
{ text: 'Dialog', link: '/documentation/notification/dialog' },
{ text: 'Toast', link: '/documentation/notification/toast' },
{ text: 'MessageBox', link: '/documentation/notification/messagebox' },
{ text: 'InfoBar', link: '/documentation/notification/infobar' },
{ text: 'InfoBadge', link: '/documentation/notification/infobadge' },
{ text: 'About Hosts', link: '/documentation/hosts/hosts' },
{ text: 'Dialog', link: '/documentation/hosts/dialog' },
{ text: 'Toast', link: '/documentation/hosts/toast' },
]
},
{
Expand Down

0 comments on commit 2652b1e

Please sign in to comment.