mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
updated web client name
This commit is contained in:
parent
a50c99ff7a
commit
a7eed056ae
|
@ -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.
|
||||
|
||||
|
|
|
@ -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/)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: mqtt
|
||||
title: MQTT
|
||||
sidebar_label: MQTT
|
||||
sidebar_position: 4
|
||||
sidebar_position: 6
|
||||
---
|
||||
|
||||
## Bridging networks
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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';
|
||||
|
|
|
@ -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 --->
|
Loading…
Reference in a new issue