mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
added additional documentation sections to each sidebar
This commit is contained in:
parent
a073fdac80
commit
0336cad79d
34
sidebars.js
34
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"},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue