Skip to content

Commit 198a3e6

Browse files
committed
docs: add "getting started" section for the browser mode
1 parent 8cc7a29 commit 198a3e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ export default ({ mode }: { mode: string }) => {
180180
link: '/guide/browser/why',
181181
docFooterText: 'Why Browser Mode? | Browser Mode',
182182
},
183+
{
184+
text: 'Getting Started',
185+
link: '/guide/browser/',
186+
docFooterText: 'Getting Started | Browser Mode',
187+
},
183188
{
184189
text: 'Context API',
185190
link: '/guide/browser/context',

0 commit comments

Comments
 (0)