We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e0c85 commit ff53320Copy full SHA for ff53320
docs/.vitepress/config.mts
@@ -112,8 +112,8 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
112
text: 'Introduction',
113
items: [
114
{ text: 'What is Doorman?', link: 'what-is-doorman' },
115
- { text: 'Getting Started', link: 'getting-started' },
116
- { text: 'Can I use Doorman?', link: 'hardware-compatibility' }
+ { text: 'Can I use Doorman?', link: 'hardware-compatibility' },
+ { text: 'Getting Started', link: 'getting-started' }
117
]
118
},
119
{
0 commit comments