created about-documentation section

This commit is contained in:
Foster Irwin 2022-01-31 09:33:02 -07:00
parent 4c5c818e61
commit 5b1dfc6da3
3 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,6 @@
---
id: overview
title: Overview
sidebar_label: Overview
slug: /about-documentation
---

View file

@ -57,13 +57,10 @@ const config = {
label: "Contribute to Meshtastic",
to: "docs/developers",
},
/*
TODO add Docusaurus and Vercel instructions for how to manage the docs
{
label: "About this Documentation",
to: "docs/about-documentation",
},
*/
{
label: "Legal",
to: "docs/legal",

View file

@ -192,6 +192,11 @@ module.exports = {
},
],
},
Documentation: {
"About Documentation": [
"about-documentation/overview",
]
},
Legal: {
Legal: [
"legal/overview",