Fix some slugs and titles

This commit is contained in:
Garth Vander Houwen 2022-07-03 12:12:36 -07:00
parent f5b1f96e31
commit 90b2f6f5c9
6 changed files with 10 additions and 8 deletions

View file

@ -4,4 +4,5 @@ label: Software
collapsible: true # make the category collapsible collapsible: true # make the category collapsible
link: link:
type: generated-index type: generated-index
title: Software title: Software
slug: /software

View file

@ -4,4 +4,5 @@ label: Python CLI
collapsible: true # make the category collapsible collapsible: true # make the category collapsible
link: link:
type: generated-index type: generated-index
title: Python title: Python
slug: /software/python-cli

View file

@ -1,7 +1,7 @@
--- ---
id: python-cli id: python-cli
title: meshtastic command line interface guide title: Meshtastic Command Line Interface
sidebar_label: meshtastic cli sidebar_label: Meshtastic CLI
--- ---
# Meshtastic CLI Guide # Meshtastic CLI Guide

View file

@ -1,7 +1,7 @@
--- ---
id: python-development id: python-development
title: Meshtastic-python Development title: Meshtastic Python Development
sidebar_label: Meshtastic-python development sidebar_label: Python Development
--- ---
## A note to developers of this lib ## A note to developers of this lib

View file

@ -1,7 +1,7 @@
--- ---
id: python-uses id: python-uses
title: Uses of the meshtastic command line interface tool title: Uses of the meshtastic command line interface tool
sidebar_label: Uses sidebar_label: Use Cases
--- ---
This section covers using the "meshtastic" command line executable, which displays packets sent over the network as JSON and lets you see serial debugging information from the Meshtastic devices. This section covers using the "meshtastic" command line executable, which displays packets sent over the network as JSON and lets you see serial debugging information from the Meshtastic devices.

View file

@ -1,7 +1,7 @@
--- ---
id: python-using-library id: python-using-library
title: using the Meshtastic-python library title: using the Meshtastic-python library
sidebar_label: Using the meshtastic Python library sidebar_label: Using the Python Library
--- ---
An example using Python 3 code to send a message to the mesh, get and set a radio configuration preference: An example using Python 3 code to send a message to the mesh, get and set a radio configuration preference: