Merge pull request #28 from apt105/iOS

ios page
This commit is contained in:
Sacha Weatherstone 2021-04-26 06:21:47 +10:00 committed by GitHub
commit dd10d8dc06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
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.
* https://github.com/jeksys/Meshtastic-iOS
* https://github.com/thepoweroftwo/meshtastic-ios
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,6 +20,11 @@ module.exports = {
{
"Meshtastic Android": [],
},
{
"Meshtastic iOS": [
"software/ios/ios-development",
],
},
{
"Meshtastic.js": [
"software/js/getting-started",