added settings to header and footer

This commit is contained in:
Foster Irwin 2021-04-20 13:38:07 -06:00
parent a7552be972
commit c45e5c60a1

View file

@ -26,6 +26,12 @@ module.exports = {
label: "Getting Started",
position: "left",
},
{
to: "docs/settings",
activeBasePath: "docs/settings",
label: "Settings",
position: "left",
},
{
to: "docs/software",
activeBasePath: "docs/software",
@ -67,6 +73,10 @@ module.exports = {
label: "Getting Started",
to: "docs/getting-started",
},
{
label: "Settings",
to: "docs/settings",
},
{
label: "Software",
to: "docs/software",