From 3527fa569437bd71c8ee25629f84eced3bdd37d4 Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:06:05 -0800 Subject: [PATCH] Add alias and SDKs description (#3818) --- docs/dev/reference/sdks/_index.md | 1 + docs/operate/reference/architecture/parts.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/dev/reference/sdks/_index.md b/docs/dev/reference/sdks/_index.md index a05f93ecad..a1db4339fc 100644 --- a/docs/dev/reference/sdks/_index.md +++ b/docs/dev/reference/sdks/_index.md @@ -3,6 +3,7 @@ title: "Write control code with Viam SDKs" linkTitle: "SDKs" weight: 10 type: "docs" +description: "Write code to control your machine with Viam's Python, Go, TypeScript, Flutter, and C++ SDKs." aliases: - /sdks/ --- diff --git a/docs/operate/reference/architecture/parts.md b/docs/operate/reference/architecture/parts.md index 2b1017503d..3561297525 100644 --- a/docs/operate/reference/architecture/parts.md +++ b/docs/operate/reference/architecture/parts.md @@ -10,6 +10,7 @@ aliases: - /build/configure/parts-and-remotes/ - /configure/parts/ - /build/configure/parts/ + - /architecture/parts/ date: "2022-01-01" # updated: "" # When the content was last entirely checked ---