Files
archived-drop-docs/versioned_sidebars/version-0.3.0-sidebars.json
Paco a932dc3aec Adds pages to install drop-app on different platforms (#18)
* 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
2025-12-06 14:47:57 +11:00

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