added additional documentation sections to each sidebar

This commit is contained in:
Foster Irwin 2022-02-15 17:57:56 -07:00
parent a073fdac80
commit 0336cad79d

View file

@ -95,6 +95,14 @@ module.exports = {
], ],
}, },
], ],
"Additional Documentation": [
{type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"},
{type: "ref", id: "hardware/overview"},
{type: "ref", id: "developers/overview"},
{type: "ref", id: "about-documentation/overview"},
{type: "ref", id: "legal/overview"},
],
}, },
Configuration: { Configuration: {
"Getting Started": [ "Getting Started": [
@ -177,6 +185,14 @@ module.exports = {
], ],
}, },
], ],
"Additional Documentation": [
{type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"},
{type: "ref", id: "software/overview"},
{type: "ref", id: "developers/overview"},
{type: "ref", id: "about-documentation/overview"},
{type: "ref", id: "legal/overview"},
],
}, },
Contribute: { Contribute: {
Developers: [ Developers: [
@ -207,9 +223,7 @@ module.exports = {
], ],
}, },
], ],
}, "Maintaining Documentation": [
Documentation: {
"About Documentation": [
"about-documentation/overview", "about-documentation/overview",
{ {
Dependencies: [ Dependencies: [
@ -229,6 +243,13 @@ module.exports = {
], ],
}, },
], ],
"Additional Documentation": [
{type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"},
{type: "ref", id: "hardware/overview"},
{type: "ref", id: "software/overview"},
{type: "ref", id: "legal/overview"},
],
}, },
Legal: { Legal: {
Legal: [ Legal: [
@ -237,5 +258,12 @@ module.exports = {
"legal/trademark", "legal/trademark",
"legal/privacy", "legal/privacy",
], ],
"Additional Documentation": [
{type: "ref", id: "getting-started/overview"},
{type: "ref", id: "software/settings/overview"},
{type: "ref", id: "hardware/overview"},
{type: "ref", id: "software/overview"},
{type: "ref", id: "developers/overview"},
],
}, },
}; };