updated web client name

This commit is contained in:
sigmahour 2022-11-03 22:54:37 -04:00
parent a50c99ff7a
commit a7eed056ae
6 changed files with 9 additions and 8 deletions

View file

@ -37,7 +37,7 @@ The [meshtastic/Meshtastic-python](https://github.com/meshtastic/Meshtastic-pyth
## Web Application
The [meshtastic/web](https://github.com/meshtastic/web) repository is where the hosted web server on the ESP32 devices in Typescript is developed. See the [Web interface overview](/docs/software/web-interface) for more details.
The [meshtastic/web](https://github.com/meshtastic/web) repository is where the hosted web server on the ESP32 devices in Typescript is developed. See the [Web interface overview](/docs/software/web-client) for more details.
The [meshtastic/meshtastic.js](https://github.com/meshtastic/meshtastic.js) repository is a JavaScript library that provides an interface for Meshtastic devices.

View file

@ -152,7 +152,7 @@ For RAK4631 users, if you have a RAK4631-R (the RUI3 bootloader version of the R
### with a browser
- https://client.meshtastic.org
- [Meshtastic Web](/docs/software/web-interface)
- [Meshtastic Web](/docs/software/web-client)
### over the internet with MQTT
- [MQTT](/docs/software/mqtt/)

View file

@ -2,7 +2,7 @@
id: mqtt
title: MQTT
sidebar_label: MQTT
sidebar_position: 4
sidebar_position: 6
---
## Bridging networks

View file

@ -3,6 +3,7 @@ id: python-cli
title: Meshtastic Command Line Interface
slug: /software/python/cli
sidebar_label: Python CLI
sidebar_position: 4
---
# Meshtastic Python CLI Guide

View file

@ -3,7 +3,7 @@ id: flasher
title: Using Meshtastic Python Flasher
sidebar_label: Python Flasher
slug: /software/python/flasher
sidebar_position: 3
sidebar_position: 5
---
import Tabs from '@theme/Tabs';

View file

@ -1,8 +1,8 @@
---
id: web-interface
title: Web interface overview
sidebar_label: Web Interface
sidebar_position: 8
id: web-client
title: Web Client Overview
sidebar_label: Web Client
sidebar_position: 3
---
<!--- FIXME add self hosting details link --->