Skip to content

Commit

Permalink
docs: fixed missing troubleshooting entry in sidebar [skip app][skip …
Browse files Browse the repository at this point in the history
…test]
  • Loading branch information
claustres committed Dec 18, 2024
1 parent e22ec45 commit af537ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ function getGuidesSidebar () {
{ text: 'Publish your app', link: '/guides/development/publish' },
{ text: 'Document your app', link: '/guides/development/documentation' },
{ text: 'Use our CLI', link: '/guides/development/kli' },
{ text: 'Tips & troubleshooting', link: '/guides/development/tips' }
{ text: 'Tips', link: '/guides/development/tips' },
{ text: 'Troubleshooting', link: '/guides/development/troubleshooting' }
]
},
{
Expand Down

0 comments on commit af537ba

Please sign in to comment.