mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
New FAQ section
This commit is contained in:
parent
0a97e37e2e
commit
7ba2c7d7d3
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: {
|
||||
"Getting Started": [
|
||||
"getting-started/overview",
|
||||
"getting-started/FAQ",
|
||||
{
|
||||
"Flashing firmware": [
|
||||
"getting-started/flashing-esp32",
|
||||
|
|
Loading…
Reference in a new issue