mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 04:46:29 +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: [
|
links: [
|
||||||
{
|
{
|
||||||
to: "docs/architecture_index",
|
label: "Home Assistant",
|
||||||
label: "Architecture",
|
|
||||||
position: "left",
|
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",
|
label: "API",
|
||||||
position: "left",
|
position: "left",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user