mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Fix some slugs and titles
This commit is contained in:
parent
f5b1f96e31
commit
90b2f6f5c9
|
@ -4,4 +4,5 @@ label: Software
|
|||
collapsible: true # make the category collapsible
|
||||
link:
|
||||
type: generated-index
|
||||
title: Software
|
||||
title: Software
|
||||
slug: /software
|
|
@ -4,4 +4,5 @@ label: Python CLI
|
|||
collapsible: true # make the category collapsible
|
||||
link:
|
||||
type: generated-index
|
||||
title: Python
|
||||
title: Python
|
||||
slug: /software/python-cli
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: python-cli
|
||||
title: meshtastic command line interface guide
|
||||
sidebar_label: meshtastic cli
|
||||
title: Meshtastic Command Line Interface
|
||||
sidebar_label: Meshtastic CLI
|
||||
---
|
||||
|
||||
# Meshtastic CLI Guide
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: python-development
|
||||
title: Meshtastic-python Development
|
||||
sidebar_label: Meshtastic-python development
|
||||
title: Meshtastic Python Development
|
||||
sidebar_label: Python Development
|
||||
---
|
||||
|
||||
## A note to developers of this lib
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: python-uses
|
||||
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.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: python-using-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:
|
||||
|
|
Loading…
Reference in a new issue