mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-12 20:06:28 +00:00
Switch item in navbar in preparation of larger move (#505)
This commit is contained in:
parent
269b3594cd
commit
5647aefda3
@ -18,12 +18,32 @@ module.exports = {
|
||||
},
|
||||
links: [
|
||||
{
|
||||
to: "docs/architecture_index",
|
||||
label: "Architecture",
|
||||
label: "Home Assistant",
|
||||
position: "left",
|
||||
items: [
|
||||
{
|
||||
label: "Architecture",
|
||||
to: "docs/architecture_index",
|
||||
},
|
||||
{
|
||||
label: "Core",
|
||||
to: "docs/development_index",
|
||||
},
|
||||
{ to: "docs/frontend_index", label: "Frontend" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Documenting",
|
||||
position: "left",
|
||||
items: [
|
||||
{ label: "Documentation", to: "docs/documentation_index" },
|
||||
{ label: "Standards", to: "docs/documentation_standards" },
|
||||
{
|
||||
label: "Create a new page",
|
||||
to: "docs/documentation_create_page",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ to: "docs/frontend_index", label: "Frontend", position: "left" },
|
||||
{ to: "docs/development_index", label: "Backend", position: "left" },
|
||||
{
|
||||
label: "API",
|
||||
position: "left",
|
||||
|
Loading…
x
Reference in New Issue
Block a user