Add meta descriptions for all of the pages under About

This commit is contained in:
thomas.ekstrand 2024-02-15 17:49:07 -06:00
parent e36391d4a7
commit b44ec621bc
8 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,7 @@ title: Contributing to Meshtastic
sidebar_label: Contributing
slug: /contributing
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"

View file

@ -3,6 +3,7 @@ id: faq
title: FAQs
slug: /faq
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";

View file

@ -3,6 +3,7 @@ title: Introduction
sidebar_label: Introduction
slug: /introduction
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";

View file

@ -4,6 +4,7 @@ title: Meshtastic Encryption
sidebar_label: Encryption
slug: /overview/encryption
sidebar_position: 3
description: "Understand Meshtastic's encryption: optional network-wide AES256 security for off-grid communication, ensuring confidentiality against passive eavesdropping."
---

View file

@ -3,6 +3,7 @@ title: Overview
sidebar_label: Overview
slug: /overview
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

View file

@ -4,6 +4,7 @@ title: Mesh Broadcast Algorithm
slug: /overview/mesh-algo
sidebar_label: Mesh Algorithm
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

View file

@ -4,6 +4,7 @@ title: Radio Settings
slug: /overview/radio-settings
sidebar_label: Radio Settings
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";

View file

@ -4,6 +4,7 @@ title: Range Tests
slug: /overview/range-tests
sidebar_label: Range Tests
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";