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 8cc7a29 commit 198a3e6Copy full SHA for 198a3e6
docs/.vitepress/config.ts
@@ -180,6 +180,11 @@ export default ({ mode }: { mode: string }) => {
180
link: '/guide/browser/why',
181
docFooterText: 'Why Browser Mode? | Browser Mode',
182
},
183
+ {
184
+ text: 'Getting Started',
185
+ link: '/guide/browser/',
186
+ docFooterText: 'Getting Started | Browser Mode',
187
+ },
188
{
189
text: 'Context API',
190
link: '/guide/browser/context',
0 commit comments