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: {
"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: {
Developers: [
@ -207,9 +223,7 @@ module.exports = {
],
},
],
},
Documentation: {
"About Documentation": [
"Maintaining Documentation": [
"about-documentation/overview",
{
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: [
@ -237,5 +258,12 @@ module.exports = {
"legal/trademark",
"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"},
],
},
};