mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Move the ham page
This commit is contained in:
parent
dd17933990
commit
a8ccbca8d6
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
id: ham
|
||||
title: Ham Operators
|
||||
sidebar_label: Ham Operators
|
||||
slug: /getting-started/ham
|
||||
title: Licensed (HAM) Operation
|
||||
sidebar_label: Licensed (HAM) Operation
|
||||
slug: /software/device/ham
|
||||
---
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
|
@ -11,6 +11,7 @@ module.exports = {
|
|||
"software/device/device-wifi",
|
||||
"software/device/device-power",
|
||||
"software/device/critical-error-codes",
|
||||
"software/device/ham",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -99,7 +100,6 @@ module.exports = {
|
|||
"Getting Started": [
|
||||
"getting-started/overview",
|
||||
"getting-started/faq",
|
||||
"getting-started/ham",
|
||||
{
|
||||
"Flashing firmware": [
|
||||
"getting-started/flashing-esp32",
|
||||
|
|
Loading…
Reference in a new issue