mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-02 08:42:11 -08:00
Merge pull request #174 from mc-hamster/master
Test push of new 'academy' section
This commit is contained in:
commit
360c6f6166
11
docs/academy/welcome.md
Normal file
11
docs/academy/welcome.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
id: welcome
|
||||||
|
title: Meshtastic Academy
|
||||||
|
sidebar_label: Welcome
|
||||||
|
slug: /academy/welcome
|
||||||
|
---
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
|
|
||||||
|
Work in progress
|
|
@ -33,9 +33,9 @@ const config = {
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Firmware",
|
label: "Start Here",
|
||||||
to: "firmware",
|
to: "docs/academy",
|
||||||
activeBasePath: "firmware",
|
activeBasePath: "docs/academy",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Showcase",
|
label: "Showcase",
|
||||||
|
@ -47,6 +47,11 @@ const config = {
|
||||||
to: "docs/getting-started",
|
to: "docs/getting-started",
|
||||||
activeBasePath: "docs/getting-started",
|
activeBasePath: "docs/getting-started",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Firmware",
|
||||||
|
to: "firmware",
|
||||||
|
activeBasePath: "firmware",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "https://meshtastic.discourse.group",
|
href: "https://meshtastic.discourse.group",
|
||||||
label: "Forum",
|
label: "Forum",
|
||||||
|
|
Loading…
Reference in a new issue