Merge pull request #23 from jfirwin/replace-underscores

Replace underscores
This commit is contained in:
Sacha Weatherstone 2021-04-17 17:31:11 +10:00 committed by GitHub
commit 30f24c2b3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 16 deletions

View file

@ -2,5 +2,5 @@
id: concepts
title: Concepts
sidebar_label: Concepts
slug: /getting_started/concepts
slug: /getting-started/concepts
---

View file

@ -2,7 +2,7 @@
id: overview
title: Overview
sidebar_label: Overview
slug: /getting_started
slug: /getting-started
---
## Purchase a Radio

View file

@ -1,6 +1,6 @@
---
id: supported_hardware
id: supported-hardware
title: Supported hardware
sidebar_label: Supported hardware
slug: /hardware/supported_hardware
slug: /hardware/supported-hardware
---

View file

@ -21,8 +21,8 @@ module.exports = {
},
items: [
{
to: "docs/getting_started",
activeBasePath: "docs/getting_started",
to: "docs/getting-started",
activeBasePath: "docs/getting-started",
label: "Getting Started",
position: "left",
},
@ -65,7 +65,7 @@ module.exports = {
items: [
{
label: "Getting Started",
to: "docs/getting_started",
to: "docs/getting-started",
},
{
label: "Software",

View file

@ -1,19 +1,19 @@
module.exports = {
Sidebar: {
"Getting Started": [
"getting_started/about",
"getting_started/overview",
"getting-started/about",
"getting-started/overview",
{
"Flashing Firmware": [
"getting_started/flashing_firmware/overview",
"getting_started/flashing_firmware/linux",
"getting_started/flashing_firmware/macos",
"getting_started/flashing_firmware/ota",
"getting_started/flashing_firmware/windows",
"getting-started/flashing-firmware/overview",
"getting-started/flashing-firmware/linux",
"getting-started/flashing-firmware/macos",
"getting-started/flashing-firmware/ota",
"getting-started/flashing-firmware/windows",
],
"Howto's": [],
},
"getting_started/concepts",
"getting-started/concepts",
],
Software: [
"software/overview",
@ -83,7 +83,7 @@ module.exports = {
],
Hardware: [
"hardware/overview",
"hardware/supported_hardware",
"hardware/supported-hardware",
"hardware/behaviour",
"hardware/antenna",
],