Skip to content
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

Update deploy section #3732

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
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
32 changes: 17 additions & 15 deletions docs/manage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,28 @@ open_on_desktop: true
overview: true
---

You can use Viam's cloud-based fleet management tools to monitor and manage access to your fleet of {{< glossary_tooltip term_id="smart-machine" text="smart machines" >}}.
Use these tools as you create and scale a new fleet of smart machines, or integrate Viam to manage and add functionality like data management to your existing fleet.
<!-- Viam fleet management allows you to deploy, manage, and monitor any number of machines alone or in collaboration with others.
You can manage and control your fleet of {{< glossary_tooltip term_id="machine" text="smart machines" >}} from the [Viam app](https://app.viam.com), using the [CLI](/cli/), or using the [fleet management API](/appendix/apis/fleet/). -->


<!-- Maybe add images of this:
For example, you might have 30 robots in one warehouse and 500 in another.
You can monitor and teleoperate all of the robots from one online dashboard, and grant permission to other users to do the same.
You can grant users different levels of access to individual machines or to groups of machines.

---

Viam fleet management allows you to organize, manage, and control any number of machines alone or in collaboration with others.
You can manage and control your fleet of {{< glossary_tooltip term_id="machine" text="smart machines" >}} from the [Viam app](https://app.viam.com), using the [CLI](/cli/), or using the [fleet management API](/appendix/apis/fleet/).
You can grant users different levels of access to individual machines or to groups of machines. -->

<!--
{{< how-to-expand "Deploy a fleet of machines" "3" "INTERMEDIATE" >}}
{{< cards >}}
{{% card link="/manage/fleet/provision/" noimage="true" %}}
{{% card link="/manage/fleet/reuse-configuration/" noimage="true" %}}
{{% card link="/manage/fleet/setup/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Deploy software to machines" "4" "BEGINNER-FRIENDLY" >}}
{{< how-to-expand "Deploy software to machines" "2" "INTERMEDIATE" >}}
{{< cards >}}
{{% card link="/manage/deploy/provision/" noimage="true" %}}
{{% card link="/manage/deploy/one-to-many/" noimage="true" %}}
{{% card link="/manage/deploy/ota/" noimage="true" %}}
{{% card link="/manage/deploy/setup/" noimage="true" %}}
{{% card link="/manage/deploy/update/" noimage="true" %}}
{{% card link="/manage/software/deploy-packages/" noimage="true" %}}
{{% card link="/manage/software/update-packages/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

Expand All @@ -46,4 +48,4 @@ You can manage and control your fleet of {{< glossary_tooltip term_id="machine"
{{% card link="/manage/troubleshoot/alert/" noimage="true" %}}
{{% card link="/manage/troubleshoot/troubleshoot/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}
{{< /how-to-expand >}} -->
154 changes: 0 additions & 154 deletions docs/manage/deploy/one-to-many.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/manage/deploy/setup.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/manage/deploy/_index.md → docs/manage/fleet/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
linkTitle: "Deploy"
title: "Deploy"
linkTitle: "Deploy fleet"
title: "Deploy fleet"
weight: 10
layout: "empty"
type: "docs"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
linkTitle: "Provision devices"
title: "Provision devices using viam-agent"
weight: 40
weight: 25
layout: "docs"
type: "docs"
no_list: true
Expand Down
Loading
Loading