Index pages and category yml to fix casing inconsistancy

This commit is contained in:
Garth Vander Houwen 2022-06-30 10:45:42 -07:00
parent 8e11ed93d8
commit edd53314c9
4 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,7 @@
position: 1 # float position is supported
label: 'Firmware'
collapsible: true # make the category collapsible
link:
type: generated-index
title: Firmware

View file

@ -0,0 +1,7 @@
position: 3 # float position is supported
label: 'Android'
collapsible: true # make the category collapsible
link:
type: generated-index
title: Android

View file

@ -1,7 +1,8 @@
---
id: overview
id: documentation
title: Maintaining Documentation
sidebar_label: Maintaining Documentation
sidebar_label: Documentation
sidebar_position: 6
---
Meshtastic documentation is an important ingredient to the overall project. We want users to hit the ground running with the information they need right at their finger tips. This section will discuss the documentation software stack, file organization, and style guides.

View file

@ -0,0 +1,7 @@
position: 1 # float position is supported
label: 'Style Guides'
collapsible: true # make the category collapsible
link:
type: generated-index
title: Style Guides