mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
initial apple pages
This commit is contained in:
parent
08931dd091
commit
9f32f3dfb6
5
docs/software/apple/ios.md
Normal file
5
docs/software/apple/ios.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
id: ios
|
||||||
|
title: iOS
|
||||||
|
sidebar_label: iOS
|
||||||
|
---
|
5
docs/software/apple/ipados.md
Normal file
5
docs/software/apple/ipados.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
id: ipados
|
||||||
|
title: iPadOS
|
||||||
|
sidebar_label: iPadOS
|
||||||
|
---
|
5
docs/software/apple/macos.md
Normal file
5
docs/software/apple/macos.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
id: macos
|
||||||
|
title: MacOS
|
||||||
|
sidebar_label: MacOS
|
||||||
|
---
|
|
@ -62,7 +62,12 @@ module.exports = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Meshtastic iOS": ["software/ios/ios-development"],
|
"Meshtastic Apple": [
|
||||||
|
"software/apple/ios-development",
|
||||||
|
"software/apple/ios",
|
||||||
|
"software/apple/ipados",
|
||||||
|
"software/apple/macos",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Meshtastic.js": [
|
"Meshtastic.js": [
|
||||||
|
|
Loading…
Reference in a new issue