diff --git a/docs/operate/get-started/other-hardware/_index.md b/docs/operate/get-started/other-hardware/_index.md index 41a6765f7e..c31df42833 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 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. For C++ module examples, see the [C++ examples directory on GitHub](https://github.com/viamrobotics/viam-cpp-sdk/tree/main/src/viam/examples/).