diff --git a/sidebars.js b/sidebars.js index b26cf0be..2963b8df 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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"}, + ], }, };