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] 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",