From 2a4258a229772556cb0133c5dd39c4c24c9f8410 Mon Sep 17 00:00:00 2001
From: Jessamy Taylor <75634662+JessamyT@users.noreply.github.com>
Date: Thu, 27 Mar 2025 20:27:22 -0700
Subject: [PATCH 1/3] DOCS-3795: Direct custom module questions

---
 docs/operate/get-started/other-hardware/_index.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/operate/get-started/other-hardware/_index.md b/docs/operate/get-started/other-hardware/_index.md
index 41a6765f7e..b1affb7ab8 100644
--- a/docs/operate/get-started/other-hardware/_index.md
+++ b/docs/operate/get-started/other-hardware/_index.md
@@ -6,7 +6,7 @@ layout: "docs"
 type: "docs"
 icon: true
 images: ["/registry/create-module.svg"]
-description: "Add support for more physical or virtual hardware to the Viam ecosystem by creating a module."
+description: "Add support for more physical or virtual hardware to the Viam ecosystem by creating a custom module."
 aliases:
   - /registry/create/
   - /use-cases/create-module/
@@ -39,6 +39,10 @@ If your physical or virtual hardware is not [already supported](/operate/get-sta
 You can keep the module private or share it with your organization or the public.
 You can use built-in tools to manage versioning and deployment to machines as you iterate on your module.
 
+{{% hiddencontent %}}
+If you want to create a "custom module", this is the the page.
+{{% /hiddencontent %}}
+
 This page provides instructions for creating and uploading a module in Python or Go.
 For C++ module examples, see the [C++ examples directory on GitHub](https://github.com/viamrobotics/viam-cpp-sdk/tree/main/src/viam/examples/).
 

From 062efa74f27f5f7275513943594f9436abf227e8 Mon Sep 17 00:00:00 2001
From: Jessamy Taylor <75634662+JessamyT@users.noreply.github.com>
Date: Thu, 27 Mar 2025 20:29:07 -0700
Subject: [PATCH 2/3] Update docs/operate/get-started/other-hardware/_index.md

---
 docs/operate/get-started/other-hardware/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/operate/get-started/other-hardware/_index.md b/docs/operate/get-started/other-hardware/_index.md
index b1affb7ab8..d677a57cba 100644
--- a/docs/operate/get-started/other-hardware/_index.md
+++ b/docs/operate/get-started/other-hardware/_index.md
@@ -40,7 +40,7 @@ You can keep the module private or share it with your organization or the public
 You can use built-in tools to manage versioning and deployment to machines as you iterate on your module.
 
 {{% hiddencontent %}}
-If you want to create a "custom module", this is the the page.
+If you want to create a "custom module", this is the page.
 {{% /hiddencontent %}}
 
 This page provides instructions for creating and uploading a module in Python or Go.

From cd7af2d946fd18bb2b1677d3c2472a97adb4c660 Mon Sep 17 00:00:00 2001
From: Jessamy Taylor <75634662+JessamyT@users.noreply.github.com>
Date: Mon, 31 Mar 2025 10:22:51 -0700
Subject: [PATCH 3/3] Apply suggestions from code review

Co-authored-by: Naomi Pentrel <5212232+npentrel@users.noreply.github.com>
---
 docs/operate/get-started/other-hardware/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/operate/get-started/other-hardware/_index.md b/docs/operate/get-started/other-hardware/_index.md
index d677a57cba..c31df42833 100644
--- a/docs/operate/get-started/other-hardware/_index.md
+++ b/docs/operate/get-started/other-hardware/_index.md
@@ -40,7 +40,7 @@ You can keep the module private or share it with your organization or the public
 You can use built-in tools to manage versioning and deployment to machines as you iterate on your module.
 
 {{% hiddencontent %}}
-If you want to create a "custom module", this is the page.
+If you want to create a "custom module", this page provides instructions for creating one in Python and Go.
 {{% /hiddencontent %}}
 
 This page provides instructions for creating and uploading a module in Python or Go.