Files
archived-drop-docs/versioned_sidebars/version-0.3.0-sidebars.json
Paco a0ee3c4196 Improves docs. (#15)
Fixes a 404 in the getting started guide.
Replaces the client page with the getting-started page.
2025-10-22 13:46:15 +11:00

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"]
}
]
}