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 1/2] 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", From cc900bc21464b04ee715df52f4ea781156b82858 Mon Sep 17 00:00:00 2001 From: apt105 <73254487+apt105@users.noreply.github.com> Date: Sun, 25 Apr 2021 14:44:04 +0100 Subject: [PATCH 2/2] develpoment --- website/docs/software/{ios.md => ios/development.md} | 8 ++++---- website/sidebars.js | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) rename website/docs/software/{ios.md => ios/development.md} (51%) diff --git a/website/docs/software/ios.md b/website/docs/software/ios/development.md similarity index 51% rename from website/docs/software/ios.md rename to website/docs/software/ios/development.md index c4695f24..99f67876 100644 --- a/website/docs/software/ios.md +++ b/website/docs/software/ios/development.md @@ -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. \ No newline at end of file +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 de25519e..26828329 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -20,7 +20,11 @@ module.exports = { { "Meshtastic Android": [], }, - "software/ios-software", + { + "Meshtastic iOS": [ + "software/ios/ios-development", + ], + }, { "Meshtastic.js": [ "software/js/getting-started",