Skip to content

Commit ff53320

Browse files
committed
Reorder Sidebar
1 parent 20e0c85 commit ff53320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
112112
text: 'Introduction',
113113
items: [
114114
{ text: 'What is Doorman?', link: 'what-is-doorman' },
115-
{ text: 'Getting Started', link: 'getting-started' },
116-
{ text: 'Can I use Doorman?', link: 'hardware-compatibility' }
115+
{ text: 'Can I use Doorman?', link: 'hardware-compatibility' },
116+
{ text: 'Getting Started', link: 'getting-started' }
117117
]
118118
},
119119
{

0 commit comments

Comments
 (0)