mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #93 from mc-hamster/master
New FAQ section under Getting Started
This commit is contained in:
commit
f2c8d09ff1
38
website/docs/getting-started/faq.md
Normal file
38
website/docs/getting-started/faq.md
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
id: faq
|
||||||
|
title: Frequenty Asked Questions
|
||||||
|
sidebar_label: Frequenty Asked Questions
|
||||||
|
slug: /getting-started/faq
|
||||||
|
---
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
## General
|
||||||
|
|
||||||
|
Q: Question
|
||||||
|
* Answer
|
||||||
|
|
||||||
|
## Device
|
||||||
|
|
||||||
|
Q: Question
|
||||||
|
* Answer
|
||||||
|
|
||||||
|
## Android
|
||||||
|
|
||||||
|
Q: Question
|
||||||
|
* Answer
|
||||||
|
|
||||||
|
## iOS
|
||||||
|
|
||||||
|
Q: Question
|
||||||
|
* Answer
|
||||||
|
|
||||||
|
## Web Browser
|
||||||
|
|
||||||
|
Q: Question
|
||||||
|
* Answer
|
||||||
|
|
||||||
|
## Commmand Line / Python
|
||||||
|
|
||||||
|
Q: Question
|
||||||
|
* Answer
|
|
@ -2,6 +2,7 @@ module.exports = {
|
||||||
Sidebar: {
|
Sidebar: {
|
||||||
"Getting Started": [
|
"Getting Started": [
|
||||||
"getting-started/overview",
|
"getting-started/overview",
|
||||||
|
"getting-started/FAQ",
|
||||||
{
|
{
|
||||||
"Flashing firmware": [
|
"Flashing firmware": [
|
||||||
"getting-started/flashing-esp32",
|
"getting-started/flashing-esp32",
|
||||||
|
|
Loading…
Reference in a new issue