mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-15 07:47:50 -08:00
Add meta descriptions for all of the pages under About
This commit is contained in:
parent
e36391d4a7
commit
b44ec621bc
|
@ -3,6 +3,7 @@ title: Contributing to Meshtastic
|
||||||
sidebar_label: Contributing
|
sidebar_label: Contributing
|
||||||
slug: /contributing
|
slug: /contributing
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
|
description: "Get involved with Meshtastic's open-source project. Contribute to device firmware, web apps, or mobile and desktop apps. Your expertise can help enhance this volunteer-driven communication platform."
|
||||||
---
|
---
|
||||||
|
|
||||||
import Link from "@docusaurus/Link"
|
import Link from "@docusaurus/Link"
|
||||||
|
|
|
@ -3,6 +3,7 @@ id: faq
|
||||||
title: FAQs
|
title: FAQs
|
||||||
slug: /faq
|
slug: /faq
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
|
description: "Find answers to your Meshtastic questions: from getting started, device setup, to advanced features. Learn about app compatibility, channel sharing, and HAM license benefits. Dive into our comprehensive FAQ."
|
||||||
---
|
---
|
||||||
|
|
||||||
import { FaqAccordion } from "/src/components/FaqAccordion";
|
import { FaqAccordion } from "/src/components/FaqAccordion";
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: Introduction
|
||||||
sidebar_label: Introduction
|
sidebar_label: Introduction
|
||||||
slug: /introduction
|
slug: /introduction
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
description: "Discover Meshtastic: a community-driven, open-source project using LoRa radios for long-range, off-grid communication."
|
||||||
---
|
---
|
||||||
|
|
||||||
import Link from "@docusaurus/Link";
|
import Link from "@docusaurus/Link";
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Meshtastic Encryption
|
||||||
sidebar_label: Encryption
|
sidebar_label: Encryption
|
||||||
slug: /overview/encryption
|
slug: /overview/encryption
|
||||||
sidebar_position: 3
|
sidebar_position: 3
|
||||||
|
description: "Understand Meshtastic's encryption: optional network-wide AES256 security for off-grid communication, ensuring confidentiality against passive eavesdropping."
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ title: Overview
|
||||||
sidebar_label: Overview
|
sidebar_label: Overview
|
||||||
slug: /overview
|
slug: /overview
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
description: "Discover the basics of Meshtastic's operation, from sending messages via the companion app to the network's intelligent rebroadcast system for extended reach."
|
||||||
---
|
---
|
||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Mesh Broadcast Algorithm
|
||||||
slug: /overview/mesh-algo
|
slug: /overview/mesh-algo
|
||||||
sidebar_label: Mesh Algorithm
|
sidebar_label: Mesh Algorithm
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
|
description: "Discover the Meshtastic Mesh Broadcast Algorithm: a simple, yet effective routing protocol designed for off-grid communication using LoRa technology."
|
||||||
---
|
---
|
||||||
|
|
||||||
## Current Algorithm
|
## Current Algorithm
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Radio Settings
|
||||||
slug: /overview/radio-settings
|
slug: /overview/radio-settings
|
||||||
sidebar_label: Radio Settings
|
sidebar_label: Radio Settings
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
|
description: "Maximize your Meshtastic device's potential with detailed radio settings instructions, including frequency bands, data rates, and encryption options."
|
||||||
---
|
---
|
||||||
|
|
||||||
import {FrequencyCalculator} from "/src/components/tools/FrequencyCalculator";
|
import {FrequencyCalculator} from "/src/components/tools/FrequencyCalculator";
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Range Tests
|
||||||
slug: /overview/range-tests
|
slug: /overview/range-tests
|
||||||
sidebar_label: Range Tests
|
sidebar_label: Range Tests
|
||||||
sidebar_position: 4
|
sidebar_position: 4
|
||||||
|
description: "Explore Meshtastic's impressive range achievements with detailed modem settings and device configurations for both ground and air records."
|
||||||
---
|
---
|
||||||
|
|
||||||
import Tabs from "@theme/Tabs";
|
import Tabs from "@theme/Tabs";
|
||||||
|
|
Loading…
Reference in a new issue