diff --git a/website/docs/software/ios/development.md b/website/docs/software/ios/development.md new file mode 100644 index 00000000..99f67876 --- /dev/null +++ b/website/docs/software/ios/development.md @@ -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. \ No newline at end of file diff --git a/website/sidebars.js b/website/sidebars.js index ec2789de..26828329 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,6 +20,11 @@ module.exports = { { "Meshtastic Android": [], }, + { + "Meshtastic iOS": [ + "software/ios/ios-development", + ], + }, { "Meshtastic.js": [ "software/js/getting-started",