From 21ab1648db844b9026d4a1a192744e77e8a51f62 Mon Sep 17 00:00:00 2001 From: apt105 <73254487+apt105@users.noreply.github.com> Date: Sat, 24 Apr 2021 21:55:32 +0100 Subject: [PATCH] ios page --- website/docs/software/ios.md | 12 ++++++++++++ website/sidebars.js | 1 + 2 files changed, 13 insertions(+) create mode 100644 website/docs/software/ios.md diff --git a/website/docs/software/ios.md b/website/docs/software/ios.md new file mode 100644 index 00000000..c4695f24 --- /dev/null +++ b/website/docs/software/ios.md @@ -0,0 +1,12 @@ +--- +id: ios-software +title: iOS App +sidebar_label: iOS App +--- + +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) 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..de25519e 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,6 +20,7 @@ module.exports = { { "Meshtastic Android": [], }, + "software/ios-software", { "Meshtastic.js": [ "software/js/getting-started",