mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-01-30 20:55:17 +01:00
Fixes a 404 in the getting started guide. Replaces the client page with the getting-started page.
43 lines
933 B
JSON
43 lines
933 B
JSON
{
|
|
"defaultSidebar": [
|
|
{
|
|
"type": "category",
|
|
"label": "Admin Guides",
|
|
"items": [
|
|
"guides/quickstart",
|
|
"guides/exposing",
|
|
"guides/server-troubleshooting"
|
|
]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "User Guides",
|
|
"items": ["guides/getting-started", "guides/client-troubleshooting"]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Metadata",
|
|
"items": ["metadata/giantbomb", "metadata/igdb", "metadata/pcgamingwiki"]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Authentication",
|
|
"items": ["authentication/simple", "authentication/oidc"]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Advanced",
|
|
"items": [
|
|
"advanced/building",
|
|
"advanced/building-windows",
|
|
"advanced/certificates"
|
|
]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Documentation",
|
|
"items": ["library"]
|
|
}
|
|
]
|
|
}
|