Restructure docs APIs (#504)

This commit is contained in:
Franck Nijhof
2020-05-10 21:20:30 +02:00
committed by GitHub
parent 89a7d9a2f7
commit 269b3594cd
13 changed files with 43 additions and 21 deletions

View File

@@ -24,6 +24,19 @@ module.exports = {
},
{ to: "docs/frontend_index", label: "Frontend", position: "left" },
{ to: "docs/development_index", label: "Backend", position: "left" },
{
label: "API",
position: "left",
items: [
{ label: "REST-API", to: "docs/api/rest" },
{ label: "WebSocket API", to: "docs/api/websocket" },
{ label: "Server Sent Events", to: "docs/api/server-sent-events" },
{
label: "Native App Integration",
to: "docs/api/native-app-integration",
},
],
},
{ to: "docs/misc", label: "Misc", position: "left" },
{ to: "blog", label: "Blog", position: "left" },
],