diff --git a/docusaurus.config.js b/docusaurus.config.js index 7fec587b..1bed0be3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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" }, {