Skip to content

Commit

Permalink
docs(browser): Rearrange nav items to own sections
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Apr 17, 2024
1 parent 43d259b commit 1c52049
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
31 changes: 18 additions & 13 deletions .web/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,14 @@ export default defineConfig({
]
},
{
text: 'Launch Guides', link: '/browser/launch/', items: [
text: 'FAQ', link: '/browser/faq/', items: []
},
]
},
{
text: 'Guides', items: [
{
text: 'Launch Guide', link: '/browser/launch/', items: [
{text: 'Launch Your Server', link: '/browser/launch/server'},
{text: 'Launch Your Game', link: '/browser/launch/game'},
]
Expand All @@ -237,18 +244,16 @@ export default defineConfig({
{text: 'Event Management', link: '/browser/engage/events'},
]
},
{
text: 'API', link: '/browser/api/', items: [
{text: 'Authentication', link: '/browser/api/auth'},
{text: 'Versioning', link: '/browser/api/versions'},
{text: 'Endpoints', link: '/browser/api/endpoints'},
{text: 'Rate Limits', link: '/browser/api/ratelimits'},
{text: 'SDK and Resources', link: '/browser/api/developers'},
]
},
{
text: 'FAQ', link: '/browser/faq/', items: []
},
]
},
{
text: 'API', items: [
{text: 'Overview', link: '/browser/api/'},
{text: 'Authentication', link: '/browser/api/auth'},
{text: 'Versioning', link: '/browser/api/versions'},
{text: 'Endpoints', link: '/browser/api/endpoints'},
{text: 'Rate Limits', link: '/browser/api/ratelimits'},
{text: 'SDK and Resources', link: '/browser/api/developers'},
]
},
services,
Expand Down
11 changes: 4 additions & 7 deletions .web/docs/browser/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@

Welcome to the Minekube Browser API documentation. This guide provides all the necessary details to integrate with our API, focusing on server listings initially, with plans to expand to games, plugins, and mods.

## Table of Contents
**Table of Contents**

- [Authentication](#authentication)
- [Versioning](#versioning)
- [Endpoints](#endpoints)
- [Rate Limits](#rate-limits)
- [SDK and Resources](#sdk-and-resources)
[[TOC]]

## Authentication

Expand Down Expand Up @@ -60,5 +56,6 @@ For developers looking to integrate quickly, we offer SDKs and other resources.


## Support
If you have any questions or issues please join our [Discord](https://minekube.com/discord)
If you have any questions or issues please join our [Discord](https://minekube.com/discord).
The team and community is always happy to help you out.

0 comments on commit 1c52049

Please sign in to comment.