mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-11 22:07:34 -08:00
develpoment
This commit is contained in:
parent
21ab1648db
commit
cc900bc214
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
id: ios-software
|
||||
title: iOS App
|
||||
sidebar_label: iOS App
|
||||
id: ios-development
|
||||
title: iOS application development
|
||||
sidebar_label: App development
|
||||
---
|
||||
|
||||
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/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.
|
|
@ -20,7 +20,11 @@ module.exports = {
|
|||
{
|
||||
"Meshtastic Android": [],
|
||||
},
|
||||
"software/ios-software",
|
||||
{
|
||||
"Meshtastic iOS": [
|
||||
"software/ios/ios-development",
|
||||
],
|
||||
},
|
||||
{
|
||||
"Meshtastic.js": [
|
||||
"software/js/getting-started",
|
||||
|
|
Loading…
Reference in a new issue