From 6fdc930d377358372b32c884d99eded3d9da1389 Mon Sep 17 00:00:00 2001 From: ES-Alexander Date: Sat, 14 Dec 2024 03:28:24 +1100 Subject: [PATCH] content: redirect sections to relevant pages --- content/_index.md | 3 +++ content/usage/_index.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/content/_index.md b/content/_index.md index 5e1711e..a784caa 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,4 +4,7 @@ description = "Documentation for the Cockpit vehicle control station software." sort_by = "weight" weight = 1 template = "docs/section.html" + +redirect_to = "usage/overview" +++ + diff --git a/content/usage/_index.md b/content/usage/_index.md index 5ceb3e3..ad0659e 100644 --- a/content/usage/_index.md +++ b/content/usage/_index.md @@ -5,4 +5,6 @@ template = "docs/section.html" sort_by = "weight" weight = 1 draft = false + +redirect_to = "usage/overview" +++