Consistent spelling for API menu items (no hyphen) (#835)

This commit is contained in:
Philip Allgaier
2021-03-06 01:24:54 +01:00
committed by GitHub
parent 8429ec2fb5
commit 66a1a53997

View File

@@ -54,7 +54,7 @@ module.exports = {
label: "API",
position: "left",
items: [
{ label: "REST-API", to: "docs/api/rest" },
{ label: "REST API", to: "docs/api/rest" },
{ label: "WebSocket API", to: "docs/api/websocket" },
{ label: "Supervisor API", to: "docs/api/supervisor/endpoints" },
{