Merge pull request #304 from jfirwin/apple-pages

Apple pages
This commit is contained in:
Sacha Weatherstone 2022-04-01 19:57:20 +11:00 committed by GitHub
commit dcf7426c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 3 deletions

View file

@ -12,4 +12,4 @@ The now-in-beta iOS app requires iOS v15.
### How do I get the Meshtastic iOS App?
See [iOS App](/docs/software/ios/ios-development)
See [iOS App](/docs/software/apple/ios-development)

View file

@ -0,0 +1,5 @@
---
id: ios
title: iOS
sidebar_label: iOS
---

View file

@ -0,0 +1,5 @@
---
id: ipados
title: iPadOS
sidebar_label: iPadOS
---

View file

@ -0,0 +1,5 @@
---
id: macos
title: MacOS
sidebar_label: MacOS
---

View file

@ -9,7 +9,7 @@ The following applications are available to support your Meshtastic network:
- The [firmware](/docs/software/device/device-firmware) to run on the devices
- Connect to the devices with our [Android app](/docs/software/android/android-installation)
- An [iOS application](/docs/software/ios/ios-development) is in the works
- An [iOS application](/docs/software/apple/ios-development) is in the works
- [Meshtastic.js](/docs/software/js/getting-started) provides a JavaScript library to interface with devices
- [Meshtastic-python](/docs/software/python/python-installation) provides access from desktop computers including a command line interface
- A [web interface](/docs/software/web/web-app-software) can be accessed over Wifi on ESP32 devices

View file

@ -62,7 +62,12 @@ module.exports = {
],
},
{
"Meshtastic iOS": ["software/ios/ios-development"],
"Meshtastic Apple": [
"software/apple/ios-development",
"software/apple/ios",
"software/apple/ipados",
"software/apple/macos",
],
},
{
"Meshtastic.js": [