Skip to content

DOCS-3795: Direct custom module questions #4157

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 3 commits into from
Mar 31, 2025
Merged
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
6 changes: 5 additions & 1 deletion docs/operate/get-started/other-hardware/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/).

Expand Down
Loading