From 342748178e2062182414f2fceddd5183c0fffac6 Mon Sep 17 00:00:00 2001 From: JessamyT <75634662+JessamyT@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:06:08 -0800 Subject: [PATCH] Update hello-world-module.md --- .../get-started/other-hardware/hello-world-module.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/operate/get-started/other-hardware/hello-world-module.md b/docs/operate/get-started/other-hardware/hello-world-module.md index c494332a42..e65dc5c655 100644 --- a/docs/operate/get-started/other-hardware/hello-world-module.md +++ b/docs/operate/get-started/other-hardware/hello-world-module.md @@ -23,6 +23,13 @@ This guide will walk you through creating a {{< glossary_tooltip term_id="modula This guide also includes optional steps to create a modular sensor that returns random numbers, to demonstrate how you can include two modular resources within one {{< glossary_tooltip term_id="module" text="module" >}}. By the end of this guide, you will be able to create your own modular resources and package them into modules so you can use them on your machines. +{{% alert title="Note" color="note" %}} + +This guide provides a basic example for learning purposes. +For a more comprehensive guide including usage of cloud build tools for deployment across different platforms, see [Integrate other hardware](/operate/get-started/other-hardware/). + +{{% /alert %}} + ## Prerequisites {{< expand "Install the Viam CLI and authenticate" >}}