develpoment

This commit is contained in:
apt105 2021-04-25 14:44:04 +01:00
parent 21ab1648db
commit cc900bc214
2 changed files with 9 additions and 5 deletions

View file

@ -1,7 +1,7 @@
--- ---
id: ios-software id: ios-development
title: iOS App title: iOS application development
sidebar_label: iOS App sidebar_label: App development
--- ---
The Meshtastic iOS app is currently in early development, with two community projects to get this working. The Meshtastic iOS app is currently in early development, with two community projects to get this working.
@ -9,4 +9,4 @@ The Meshtastic iOS app is currently in early development, with two community pro
* https://github.com/jeksys/Meshtastic-iOS * https://github.com/jeksys/Meshtastic-iOS
* https://github.com/thepoweroftwo/meshtastic-ios * https://github.com/thepoweroftwo/meshtastic-ios
There is a [github discussion](https://github.com/meshtastic/Meshtastic/discussions/2) ongoing if you wish to contribute to this. There is a [github discussion](https://github.com/meshtastic/Meshtastic/discussions/2) and [discourse discussion](https://meshtastic.discourse.group/t/meshtastic-ios-app-first-alpha-release/2733) ongoing if you wish to contribute to this.

View file

@ -20,7 +20,11 @@ module.exports = {
{ {
"Meshtastic Android": [], "Meshtastic Android": [],
}, },
"software/ios-software", {
"Meshtastic iOS": [
"software/ios/ios-development",
],
},
{ {
"Meshtastic.js": [ "Meshtastic.js": [
"software/js/getting-started", "software/js/getting-started",