New FAQ section

This commit is contained in:
Jm Casler 2021-11-18 10:48:38 -08:00
parent 0a97e37e2e
commit 7ba2c7d7d3
2 changed files with 39 additions and 0 deletions

View 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

View file

@ -2,6 +2,7 @@ module.exports = {
Sidebar: {
"Getting Started": [
"getting-started/overview",
"getting-started/FAQ",
{
"Flashing firmware": [
"getting-started/flashing-esp32",