diff --git a/docs/data-ai/ai/deploy.md b/docs/data-ai/ai/deploy.md
index 52d95160ee..7477e97aa6 100644
--- a/docs/data-ai/ai/deploy.md
+++ b/docs/data-ai/ai/deploy.md
@@ -25,6 +25,7 @@ aliases:
- /ml/
- /services/ml/deploy/
- /how-tos/deploy-ml/
+ - /manage/data/deploy-model/
---
The Machine Learning (ML) model service allows you to deploy [machine learning models](/data-ai/ai/deploy/#deploy-your-ml-model) to your machine.
diff --git a/docs/data-ai/capture-data/capture-sync.md b/docs/data-ai/capture-data/capture-sync.md
index 887b2ad2bb..2d5200dab4 100644
--- a/docs/data-ai/capture-data/capture-sync.md
+++ b/docs/data-ai/capture-data/capture-sync.md
@@ -36,6 +36,8 @@ aliases:
- /get-started/quickstarts/collect-data/
- /use-cases/collect-sensor-data/
- /use-cases/image-data/
+ - /get-started/collect-data/
+ - /fleet/data-management/
---
You can use the data management service to capture data from [supported components and services](#supported-resources), then sync it to the cloud.
diff --git a/docs/dev/_index.md b/docs/dev/_index.md
index f42669a0b3..9482f107aa 100644
--- a/docs/dev/_index.md
+++ b/docs/dev/_index.md
@@ -10,6 +10,9 @@ overview: true
noTitle: true
aliases:
- /docs/appendix/
+ - /appendix/
+ - /deeper-dive/
+ - /internals/
---
diff --git a/docs/dev/reference/apis/components/_index.md b/docs/dev/reference/apis/components/_index.md
index 33a4cfc90e..6079148391 100644
--- a/docs/dev/reference/apis/components/_index.md
+++ b/docs/dev/reference/apis/components/_index.md
@@ -6,4 +6,7 @@ empty_node: true
layout: "empty"
canonical: "/dev/reference/apis/"
type: "docs"
+aliases:
+ - /appendix/apis/components/
+ - /components/
---
diff --git a/docs/dev/reference/apis/services/_index.md b/docs/dev/reference/apis/services/_index.md
index 3cee866623..c1f9c960ab 100644
--- a/docs/dev/reference/apis/services/_index.md
+++ b/docs/dev/reference/apis/services/_index.md
@@ -6,4 +6,7 @@ empty_node: true
layout: "empty"
canonical: "/dev/reference/apis/"
type: "docs"
+aliases:
+ - appendix/apis/services/
+ - /services/
---
diff --git a/docs/dev/reference/contributing.md b/docs/dev/reference/contributing.md
index 4e86932f4f..2ad7972ca2 100644
--- a/docs/dev/reference/contributing.md
+++ b/docs/dev/reference/contributing.md
@@ -7,6 +7,7 @@ description: "Learn about our style guide and how to work with hugo to contribut
toc_hide: true
aliases:
- /dev/contributing/
+ - /appendix/contributing/
---
Thank you for wanting to help us make the docs better.
diff --git a/docs/dev/reference/sdks/cpp.md b/docs/dev/reference/sdks/cpp.md
index 04f9f21ea2..d3c4f824ea 100644
--- a/docs/dev/reference/sdks/cpp.md
+++ b/docs/dev/reference/sdks/cpp.md
@@ -7,4 +7,6 @@ layout: "empty"
icon: true
images: ["/logos/cpp.svg"]
canonical: "https://cpp.viam.dev/"
+aliases:
+ - /sdks/cpp/
---
diff --git a/docs/dev/reference/sdks/flutter.md b/docs/dev/reference/sdks/flutter.md
index c0ee715c5a..9a4ad7013c 100644
--- a/docs/dev/reference/sdks/flutter.md
+++ b/docs/dev/reference/sdks/flutter.md
@@ -7,4 +7,6 @@ layout: "empty"
icon: true
images: ["/logos/flutter.svg"]
canonical: "https://flutter.viam.dev/"
+aliases:
+ - /sdks/flutter/
---
diff --git a/docs/dev/reference/sdks/go.md b/docs/dev/reference/sdks/go.md
index f12d9cbf60..eb5f703807 100644
--- a/docs/dev/reference/sdks/go.md
+++ b/docs/dev/reference/sdks/go.md
@@ -7,4 +7,6 @@ layout: "empty"
icon: true
images: ["/logos/golang.svg"]
canonical: "https://pkg.go.dev/go.viam.com/rdk"
+aliases:
+ - /sdks/go/
---
diff --git a/docs/dev/reference/sdks/python/_index.md b/docs/dev/reference/sdks/python/_index.md
index 7a15132d2d..f3444d0051 100644
--- a/docs/dev/reference/sdks/python/_index.md
+++ b/docs/dev/reference/sdks/python/_index.md
@@ -7,4 +7,6 @@ layout: "empty"
icon: true
images: ["/logos/python.svg"]
canonical: "https://python.viam.dev/"
+aliases:
+ - /sdks/python/
---
diff --git a/docs/dev/reference/sdks/typescript.md b/docs/dev/reference/sdks/typescript.md
index 3bc2d1c9d3..fc7941350d 100644
--- a/docs/dev/reference/sdks/typescript.md
+++ b/docs/dev/reference/sdks/typescript.md
@@ -7,4 +7,6 @@ layout: "empty"
icon: true
images: ["/logos/typescript.svg"]
canonical: "https://ts.viam.dev/"
+aliases:
+ - /sdks/typescript/
---
diff --git a/docs/dev/reference/try-viam/_index.md b/docs/dev/reference/try-viam/_index.md
index f9a6f05379..514d835ffb 100644
--- a/docs/dev/reference/try-viam/_index.md
+++ b/docs/dev/reference/try-viam/_index.md
@@ -20,6 +20,7 @@ aliases:
- "/try-viam/faq/"
- "get-started/try-viam/faq/"
- /appendix/try-viam/
+ - /appendix/get-started/try-viam/faq/
date: "2022-01-01"
# updated: "" # When the content was last entirely checked
---
diff --git a/docs/dev/tools/tutorials.md b/docs/dev/tools/tutorials.md
index eb5ac001a4..40b9ae36ad 100644
--- a/docs/dev/tools/tutorials.md
+++ b/docs/dev/tools/tutorials.md
@@ -23,6 +23,8 @@ sitemap:
aliases:
- /build/
- /tutorials/
+ - /how-tos/
+ - /use-cases/
outputs:
- rss
- html
diff --git a/docs/manage/_index.md b/docs/manage/_index.md
index d92aa91910..a9d706b313 100644
--- a/docs/manage/_index.md
+++ b/docs/manage/_index.md
@@ -11,6 +11,8 @@ description: "Remotely deploy and manage software on any fleet of devices. You c
aliases:
- /cloud/
- /fleet/
+ - /manage/fleet-management/
+ - /product-overviews/fleet-management/
---
Viam's fleet management tooling allows you to remotely deploy and manage software on any fleet of devices. You can monitor all connected devices and troubleshoot any issues - from anywhere.
diff --git a/docs/manage/fleet/provision/setup.md b/docs/manage/fleet/provision/setup.md
index 6e20a3f355..7c9411c048 100644
--- a/docs/manage/fleet/provision/setup.md
+++ b/docs/manage/fleet/provision/setup.md
@@ -17,7 +17,8 @@ next: "/manage/fleet/provision/end-user-setup/"
aliases:
- "/build/provision/"
- /how-tos/provision-setup/
- - fleet/provision/
+ - /fleet/provision/
+ - /how-tos/provision/
# updated: "" # When the tutorial was last entirely checked
# SMEs: James, Ale
cost: "0"
diff --git a/docs/manage/troubleshoot/alert.md b/docs/manage/troubleshoot/alert.md
index 201c08e7ad..b63ea08cd1 100644
--- a/docs/manage/troubleshoot/alert.md
+++ b/docs/manage/troubleshoot/alert.md
@@ -17,6 +17,7 @@ aliases:
- "/data/capture/performance-metrics/"
- "/services/data/capture/performance-metrics/"
- /configure/triggers/
+ - /how-tos/performance-metrics/
date: "2024-12-07"
next: "/manage/troubleshoot/teleoperate/custom-interface/"
# updated: "" # When the content was last entirely checked
diff --git a/docs/manage/troubleshoot/teleoperate/default-interface.md b/docs/manage/troubleshoot/teleoperate/default-interface.md
index c9634c2a62..85bae7375e 100644
--- a/docs/manage/troubleshoot/teleoperate/default-interface.md
+++ b/docs/manage/troubleshoot/teleoperate/default-interface.md
@@ -17,6 +17,7 @@ cost: "0"
next: "/manage/troubleshoot/troubleshoot/"
aliases:
- /fleet/control/
+ - /manage/app-usage/
---
You can remotely control, test, and operate any configured machine using the default control interface
diff --git a/docs/operate/reference/architecture/machine-to-machine-comms.md b/docs/operate/reference/architecture/machine-to-machine-comms.md
index 5db1661d11..578925b961 100644
--- a/docs/operate/reference/architecture/machine-to-machine-comms.md
+++ b/docs/operate/reference/architecture/machine-to-machine-comms.md
@@ -7,6 +7,7 @@ description: "Explanation of how a machine and its parts interact at the communi
aliases:
- "/internals/robot-to-robot-comms/"
- "/internals/machine-to-machine-comms/"
+ - /architecture/machine-to-machine-comms/
toc_hide: true
---
diff --git a/docs/operate/reference/services/vision/color_detector.md b/docs/operate/reference/services/vision/color_detector.md
index 74d42e0ea3..595ad7603b 100644
--- a/docs/operate/reference/services/vision/color_detector.md
+++ b/docs/operate/reference/services/vision/color_detector.md
@@ -13,6 +13,10 @@ aliases:
- /ml/vision/color_detector/
- /services/vision/color_detector/
- /data-ai/services/vision/color_detector/
+ - /tutorials/services/basic-color-detection/
+ - /tutorials/services/try-viam-color-detection/
+ - /tutorials/try-viam-color-detection/
+ - /tutorials/viam-rover/try-viam-color-detection/
# SMEs: Bijan, Khari
---
diff --git a/docs/operate/reference/viam-micro-server/_index.md b/docs/operate/reference/viam-micro-server/_index.md
index 5b53a76a8b..d05de2688e 100644
--- a/docs/operate/reference/viam-micro-server/_index.md
+++ b/docs/operate/reference/viam-micro-server/_index.md
@@ -7,6 +7,8 @@ images: ["/installation/thumbnails/esp32-espressif.png"]
imageAlt: "E S P 32 - espressif"
description: "Set up the Espressif ESP32 for development with `viam-micro-server`."
date: "2024-09-03"
+aliases:
+ - /architecture/viam-micro-server/
# updated: "" # When the content was last entirely checked
# SMEs: Nicolas M., Gautham V., Andrew M.
---