Skip to content

Commit

Permalink
docs: add "getting started" section for the browser mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 12, 2024
1 parent 8cc7a29 commit 198a3e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ export default ({ mode }: { mode: string }) => {
link: '/guide/browser/why',
docFooterText: 'Why Browser Mode? | Browser Mode',
},
{
text: 'Getting Started',
link: '/guide/browser/',
docFooterText: 'Getting Started | Browser Mode',
},
{
text: 'Context API',
link: '/guide/browser/context',
Expand Down

0 comments on commit 198a3e6

Please sign in to comment.