Switch item in navbar in preparation of larger move (#505)

This commit is contained in:
Franck Nijhof 2020-05-10 22:21:41 +02:00 committed by GitHub
parent 269b3594cd
commit 5647aefda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",