diff --git a/docs/community/_category_.yml b/docs/community/_category_.yml new file mode 100644 index 00000000..d87eb2e7 --- /dev/null +++ b/docs/community/_category_.yml @@ -0,0 +1,7 @@ +position: 7 +label: Community +collapsible: true # make the category collapsible +link: + type: generated-index + title: Meshtastic Community + slug: /community diff --git a/docs/community/local-groups.mdx b/docs/community/local-groups.mdx new file mode 100644 index 00000000..24147545 --- /dev/null +++ b/docs/community/local-groups.mdx @@ -0,0 +1,30 @@ +--- +id: local-groups +title: Local Groups +sidebar_label: Local Groups +slug: /community/local-groups +sidebar_position: 1 +--- + +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; +import LoRaRegions from "../blocks/_lora-regions.mdx"; +import Link from "@docusaurus/Link"; + +Below is a list of groups that have been actively organizing Meshtastic networks in their regions. Feel free to contact +them for assistance in getting started or if you're interested in contributing to the network. If you're a group +organizer with an online presence and wish to be included in this list, please edit this page directly or reach out to +us on [Discord](https://discord.com/invite/ktMAKGBnBs) to add your group. + +## Canada +### Alberta +- [YYC Mesh](https://yycmesh.com/) + +## United States +### California +- [SoCal Mesh](https://socalmesh.org) +- [Laguna Mesh](https://lagunamesh.com) +- [Mission Viejo Mesh](https://missionviejomesh.org/) + +### Hawaii +- [Hawaii Meshnet](https://www.hawaiimesh.net/) \ No newline at end of file diff --git a/docs/software/community/atak.mdx b/docs/community/software/atak.mdx similarity index 100% rename from docs/software/community/atak.mdx rename to docs/community/software/atak.mdx diff --git a/docs/software/community/index.mdx b/docs/community/software/index.mdx similarity index 71% rename from docs/software/community/index.mdx rename to docs/community/software/index.mdx index 489305e5..e8e28af5 100644 --- a/docs/software/community/index.mdx +++ b/docs/community/software/index.mdx @@ -1,16 +1,16 @@ --- title: Community Apps -slug: /software/community +slug: /community/software sidebar_label: Community Apps -sidebar_position: 10 +sidebar_position: 2 --- The Meshtastic ecosystem is highly extensible, and a number of community projects have been made to fit different people's needs. If you wish to create your own application or module, please read the information in the developers section, and tell us about your project on the forum. Current community projects: -- [ATAK (Android Team Awareness Kit) Forwarder](/docs/software/community/community-atak) - An ATAK plugin for forwarding CoT messages via a hardware layer which supports Meshtastic devices. -- [Meshtasticator (Simulator)](/docs/software/community/community-meshtasticator) - Meshtasticator is a discrete-event and interactive simulator that mimics the radio section of the device software. -- [Meshtastic Web API](/docs/software/community/meshtastic-web-api) - Meshtastic Web API provides a RESTful interface to interact with a Meshtastic node via a serial connection. +- [ATAK (Android Team Awareness Kit) Forwarder](/docs/community/software/community-atak) - An ATAK plugin for forwarding CoT messages via a hardware layer which supports Meshtastic devices. +- [Meshtasticator (Simulator)](/docs/community/software/community-meshtasticator) - Meshtasticator is a discrete-event and interactive simulator that mimics the radio section of the device software. +- [Meshtastic Web API](/docs/community/software/meshtastic-web-api) - Meshtastic Web API provides a RESTful interface to interact with a Meshtastic node via a serial connection. Support for these projects should be sought from their respective authors. diff --git a/docs/software/community/meshtastic-web-api.mdx b/docs/community/software/meshtastic-web-api.mdx similarity index 100% rename from docs/software/community/meshtastic-web-api.mdx rename to docs/community/software/meshtastic-web-api.mdx diff --git a/docs/software/community/meshtasticator.mdx b/docs/community/software/meshtasticator.mdx similarity index 100% rename from docs/software/community/meshtasticator.mdx rename to docs/community/software/meshtasticator.mdx diff --git a/docs/development/_category_.yml b/docs/development/_category_.yml index 17c866d1..16a20955 100644 --- a/docs/development/_category_.yml +++ b/docs/development/_category_.yml @@ -1,6 +1,6 @@ label: Development collapsible: true -position: 7 +position: 8 link: type: generated-index title: Developers