Skip to content

Commit

Permalink
Reorder Sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 24, 2024
1 parent 20e0c85 commit ff53320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
text: 'Introduction',
items: [
{ text: 'What is Doorman?', link: 'what-is-doorman' },
{ text: 'Getting Started', link: 'getting-started' },
{ text: 'Can I use Doorman?', link: 'hardware-compatibility' }
{ text: 'Can I use Doorman?', link: 'hardware-compatibility' },
{ text: 'Getting Started', link: 'getting-started' }
]
},
{
Expand Down

0 comments on commit ff53320

Please sign in to comment.