mirror of
https://github.com/Drop-OSS/drop-docs.git
synced 2026-01-30 20:55:17 +01:00
* Adds pages to install drop-app on different platforms * Removes rust-nightly-bin related instructions as they are not needed * Adds ubuntu page * Adds debian page * Adds fedora guide * Improves documentation to get umu-run to work on steamos and bazzite * Fixes broken links * Fixes the bazzite page * Updates client link to latest version and removes rust-nightly-bin as a dependency on arch * Few improvements
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
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": "Installing Drop-app",
|
|
"items": [
|
|
"installing-drop-app/index",
|
|
"installing-drop-app/archlinux",
|
|
"installing-drop-app/bazzite",
|
|
"installing-drop-app/debian",
|
|
"installing-drop-app/fedora",
|
|
"installing-drop-app/macos",
|
|
"installing-drop-app/steamdeck",
|
|
"installing-drop-app/ubuntu",
|
|
"installing-drop-app/windows"
|
|
]
|
|
},
|
|
{
|
|
"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"]
|
|
}
|
|
]
|
|
}
|