mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
develpoment
This commit is contained in:
parent
21ab1648db
commit
cc900bc214
|
@ -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.
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue