mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 09:56:30 +00:00
Consistent spelling for API menu items (no hyphen) (#835)
This commit is contained in:
parent
8429ec2fb5
commit
66a1a53997
@ -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" },
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user