Skip to content

DOCS-4072: Redirect empty pages to top page of respective section #4421

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/reference/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Reference"
title: "Reference"
weight: 300
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/dev/reference/apis/"
---
2 changes: 1 addition & 1 deletion docs/dev/tools/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Tools"
title: "Tools"
weight: 100
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/dev/tools/cli/"
---
2 changes: 1 addition & 1 deletion docs/manage/fleet/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Deploy fleet"
title: "Deploy fleet"
weight: 10
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/manage/fleet/reuse-configuration/"
---
2 changes: 1 addition & 1 deletion docs/manage/fleet/provision/_index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
linkTitle: "Provision devices"
title: "Provision devices"
weight: 68
layout: "empty"
type: "docs"
empty_node: true
canonical: "/manage/fleet/provision/setup/"
---
2 changes: 1 addition & 1 deletion docs/manage/manage/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Manage organization"
title: "Manage and organize your organization"
weight: 30
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/manage/manage/access/"
---
1 change: 1 addition & 0 deletions docs/manage/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ layout: "empty"
type: "docs"
empty_node: true
header_only: true
canonical: "/manage/reference/viam-agent/"
---
1 change: 1 addition & 0 deletions docs/manage/software/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/manage/software/control-logic/"
---
2 changes: 1 addition & 1 deletion docs/manage/troubleshoot/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Monitor & Troubleshoot"
title: "Monitor and Troubleshoot"
weight: 30
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/manage/troubleshoot/monitor/"
---
2 changes: 1 addition & 1 deletion docs/operate/control/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Build apps"
title: "Build apps"
weight: 200
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/operate/control/web-app/"
---
3 changes: 1 addition & 2 deletions docs/operate/get-started/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
linkTitle: "Connect devices"
title: "Get Started"
weight: 100
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/operate/get-started/basics/"
---
2 changes: 1 addition & 1 deletion docs/operate/mobility/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
linkTitle: "Plan motion"
title: "Plan motion"
weight: 200
layout: "empty"
type: "docs"
empty_node: true
open_on_desktop: true
header_only: true
canonical: "/operate/mobility/motion-concepts/"
---
2 changes: 1 addition & 1 deletion docs/operate/reference/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
linkTitle: "Reference"
title: "Reference"
weight: 300
layout: "empty"
type: "docs"
empty_node: true
header_only: true
canonical: "/operate/reference/architecture/"
---
2 changes: 1 addition & 1 deletion docs/operate/reference/components/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Components"
weight: 20
type: docs
layout: "empty"
canonical: "/operate/get-started/supported-hardware/"
canonical: "/operate/reference/components/arm/"
no_component: true
empty_node: true
toc_hide: false
Expand Down
2 changes: 1 addition & 1 deletion docs/operate/reference/services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Services"
weight: 30
type: docs
layout: "empty"
canonical: "/dev/reference/apis/#service-apis"
canonical: "/operate/reference/services/generic/"
no_component: true
empty_node: true
toc_hide: false
Expand Down
Loading