diff --git a/docs/appendix/glossary/viam-agent.md b/docs/appendix/glossary/viam-agent.md index ea1b4fc8fb..5a6f066b56 100644 --- a/docs/appendix/glossary/viam-agent.md +++ b/docs/appendix/glossary/viam-agent.md @@ -8,4 +8,4 @@ short_description: The Viam provisioning application for deploying viam-server. The Viam Agent is a provisioning application for deploying and managing `viam-server` across a fleet of machines. You can use the Viam Agent to provision a machine as it first comes online with a pre-defined configuration, including WiFi networks or additional build or provision steps. -See [Provision Machines](/build/provision/) for more information. +See [Provision Machines](/fleet/provision/) for more information. diff --git a/docs/build/_index.md b/docs/build/_index.md index f0fe2a8d5e..39d6484828 100644 --- a/docs/build/_index.md +++ b/docs/build/_index.md @@ -60,5 +60,5 @@ For example, you can send the same commands to any kind of motor, using any of t {{% card link="/build/configure/" %}} {{% card link="/build/program/" %}} {{% card link="/build/micro-rdk/" %}} -{{% card link="/build/provision/" %}} +{{% card link="/fleet/provision/" %}} {{< /cards >}} diff --git a/docs/fleet/configure-a-fleet.md b/docs/fleet/configure-a-fleet.md index 5479f9c9ba..d2cadc0a59 100644 --- a/docs/fleet/configure-a-fleet.md +++ b/docs/fleet/configure-a-fleet.md @@ -35,7 +35,7 @@ You can add multiple fragments to a single machine, and you can add additional r {{% alert title="Support Notice" color="note" %}} -While you can [use the Viam Agent to deploy a fragment](/build/provision/#use-a-provisioning-configuration-file) to your machine or fleet, you cannot configure the Viam Agent itself using fragments. +While you can [use the Viam Agent to deploy a fragment](/fleet/provision/#use-a-provisioning-configuration-file) to your machine or fleet, you cannot configure the Viam Agent itself using fragments. {{% /alert %}} diff --git a/docs/build/provision/_index.md b/docs/fleet/provision.md similarity index 98% rename from docs/build/provision/_index.md rename to docs/fleet/provision.md index 10395170d5..770c44b68c 100644 --- a/docs/build/provision/_index.md +++ b/docs/fleet/provision.md @@ -8,11 +8,13 @@ images: ["/platform/provisioning-demo.gif"] videos: ["/platform/provisioning-demo.webm", "/platform/provisioning-demo.mp4"] tags: ["fleet management", "viam-server", "viam-agent"] # SME: James Otting +aliases: + - "/build/provision/" --- -{{}} +{{}} -You can use the _Viam Agent_ to provision a machine as it first comes online with a pre-defined configuration. +You can use Viam's software provisioning manager, the _Viam Agent_, to provision a machine as it first comes online with a pre-defined configuration. This is useful when deploying a fleet of machines directly from the factory to a customer, or when bundling proprietary software on your Viam machine. You can install the Viam Agent on your machines as part of your build process, and then have the Viam Agent perform the rest of the first-time setup for your machine once deployed to a customer, or to the field.