mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 06:17:33 -08:00
replace underscores in urls with hyphens
This commit is contained in:
parent
c7ef2f092d
commit
dd8b881a25
|
@ -2,7 +2,7 @@
|
||||||
id: overview
|
id: overview
|
||||||
title: Overview
|
title: Overview
|
||||||
sidebar_label: Overview
|
sidebar_label: Overview
|
||||||
slug: /getting_started
|
slug: /getting-started
|
||||||
---
|
---
|
||||||
|
|
||||||
## Purchase a Radio
|
## Purchase a Radio
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
id: supported_hardware
|
id: supported-hardware
|
||||||
title: Supported hardware
|
title: Supported hardware
|
||||||
sidebar_label: Supported hardware
|
sidebar_label: Supported hardware
|
||||||
slug: /hardware/supported_hardware
|
slug: /hardware/supported-hardware
|
||||||
---
|
---
|
||||||
|
|
|
@ -21,8 +21,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
to: "docs/getting_started",
|
to: "docs/getting-started",
|
||||||
activeBasePath: "docs/getting_started",
|
activeBasePath: "docs/getting-started",
|
||||||
label: "Getting Started",
|
label: "Getting Started",
|
||||||
position: "left",
|
position: "left",
|
||||||
},
|
},
|
||||||
|
@ -65,7 +65,7 @@ module.exports = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Getting Started",
|
label: "Getting Started",
|
||||||
to: "docs/getting_started",
|
to: "docs/getting-started",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Software",
|
label: "Software",
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
Sidebar: {
|
Sidebar: {
|
||||||
"Getting Started": [
|
"Getting Started": [
|
||||||
"getting_started/about",
|
"getting-started/about",
|
||||||
"getting_started/overview",
|
"getting-started/overview",
|
||||||
{
|
{
|
||||||
"Flashing Firmware": [
|
"Flashing Firmware": [
|
||||||
"getting_started/flashing_firmware/overview",
|
"getting-started/flashing-firmware/overview",
|
||||||
"getting_started/flashing_firmware/linux",
|
"getting-started/flashing-firmware/linux",
|
||||||
"getting_started/flashing_firmware/macos",
|
"getting-started/flashing-firmware/macos",
|
||||||
"getting_started/flashing_firmware/ota",
|
"getting-started/flashing-firmware/ota",
|
||||||
"getting_started/flashing_firmware/windows",
|
"getting-started/flashing-firmware/windows",
|
||||||
],
|
],
|
||||||
"Howto's": [],
|
"Howto's": [],
|
||||||
},
|
},
|
||||||
"getting_started/concepts",
|
"getting-started/concepts",
|
||||||
],
|
],
|
||||||
Software: [
|
Software: [
|
||||||
"software/overview",
|
"software/overview",
|
||||||
|
@ -64,7 +64,7 @@ module.exports = {
|
||||||
],
|
],
|
||||||
Hardware: [
|
Hardware: [
|
||||||
"hardware/overview",
|
"hardware/overview",
|
||||||
"hardware/supported_hardware",
|
"hardware/supported-hardware",
|
||||||
"hardware/behaviour",
|
"hardware/behaviour",
|
||||||
"hardware/antenna",
|
"hardware/antenna",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue