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 ## 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. 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 ### with a browser
- https://client.meshtastic.org - https://client.meshtastic.org
- [Meshtastic Web](/docs/software/web-interface) - [Meshtastic Web](/docs/software/web-client)
### over the internet with MQTT ### over the internet with MQTT
- [MQTT](/docs/software/mqtt/) - [MQTT](/docs/software/mqtt/)

View file

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

View file

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

View file

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

View file

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