Skip to content

Commit

Permalink
removed api docs link from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 4, 2024
1 parent d34fd2d commit 7a078f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/routes/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export const routes: DefaultTheme.Config['nav'] = [
},
],
},
{ text: 'API', link: '/api/overview' },
// TODO: Add full API docs
// { text: 'API', link: '/api/overview' },
{
text: 'Resources',
items: [
Expand Down

0 comments on commit 7a078f7

Please sign in to comment.