Skip to content

Commit

Permalink
redirect all sections to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Dec 13, 2024
1 parent 8e1da2d commit ed85b9a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/development/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ weight = 40
draft = false
insert_anchor_links = "left"
aliases = ['/software/onboard/BlueOS-latest/development', '/blueos/latest/development']

redirect_to = "development/overview"
+++
2 changes: 2 additions & 0 deletions content/integrations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ sort_by = "weight"
weight = 20
draft = false
insert_anchor_links = "left"

redirect_to = "integrations/decision-process"
+++
2 changes: 2 additions & 0 deletions content/integrations/hardware/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ description = "Hardware documentation."
sort_by = "weight"
weight = 2
template = "docs/overview-section.html"

redirect_to = "integrations/hardware/required/onboard-computer"
+++
2 changes: 2 additions & 0 deletions content/integrations/hardware/additional/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ sort_by = "weight"
weight = 3
draft = false
insert_anchor_links = "left"

redirect_to = "integrations/hardware/additional/leak-sensors"
+++
2 changes: 2 additions & 0 deletions content/integrations/hardware/recommended/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ sort_by = "weight"
weight = 2
draft = false
insert_anchor_links = "left"

redirect_to = "integrations/hardware/recommended/tether-interface"
+++
2 changes: 2 additions & 0 deletions content/integrations/hardware/required/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ sort_by = "weight"
weight = 1
draft = false
insert_anchor_links = "left"

redirect_to = "integrations/hardware/required/flight-controller"
+++
2 changes: 2 additions & 0 deletions content/usage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ sort_by = "weight"
weight = 10
draft = false
insert_anchor_links = "left"

redirect_to = "usage/overview"
+++

0 comments on commit ed85b9a

Please sign in to comment.