Move the ham page

This commit is contained in:
Jm Casler 2022-01-23 10:14:26 -08:00
parent dd17933990
commit a8ccbca8d6
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
--- ---
id: ham id: ham
title: Ham Operators title: Licensed (HAM) Operation
sidebar_label: Ham Operators sidebar_label: Licensed (HAM) Operation
slug: /getting-started/ham slug: /software/device/ham
--- ---
import Tabs from '@theme/Tabs'; import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'; import TabItem from '@theme/TabItem';

View file

@ -11,6 +11,7 @@ module.exports = {
"software/device/device-wifi", "software/device/device-wifi",
"software/device/device-power", "software/device/device-power",
"software/device/critical-error-codes", "software/device/critical-error-codes",
"software/device/ham",
], ],
}, },
{ {
@ -99,7 +100,6 @@ module.exports = {
"Getting Started": [ "Getting Started": [
"getting-started/overview", "getting-started/overview",
"getting-started/faq", "getting-started/faq",
"getting-started/ham",
{ {
"Flashing firmware": [ "Flashing firmware": [
"getting-started/flashing-esp32", "getting-started/flashing-esp32",