Skip to content
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
Binary file modified assets/how-tos/deploy-packages/add-package.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/how-tos/deploy-packages/fragment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/how-tos/deploy-packages/insert.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/how-tos/deploy-packages/json-config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/how-tos/deploy-packages/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ a.footnote-ref::after {
}
/* END Add Square bracket on footnote number */

div.footnotes > ol > li, div.footnotes > ol > li > p {
font-size: 0.75rem !important;
}

/* START MARKETING CSS */
/* START Adjust Heading sizes*/
Expand Down
11 changes: 7 additions & 4 deletions docs/manage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,19 @@ Viam's fleet management tooling allows you to remotely deploy and manage softwar
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Manage access for organizations" "1" "INTERMEDIATE" "" "hoverable-team" >}}
{{< how-to-expand "Manage access for organizations" "4" "INTERMEDIATE" "" "hoverable-team" >}}
{{< cards >}}
{{% card link="/manage/manage/access/" noimage="true" %}}
{{% card link="/manage/manage/rbac/" noimage="true" %}}
{{% card link="/manage/manage/oauth/" noimage="true" %}}
{{% card link="/manage/manage/white-labelled-billing/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

{{< how-to-expand "Manage software on many machines" "2" "INTERMEDIATE" "hoverable-fleet" >}}
{{< how-to-expand "Deploy code and manage software on machines" "2" "INTERMEDIATE" "hoverable-fleet" >}}
{{< cards >}}
{{% card link="/manage/software/deploy-packages/" noimage="true" %}}
{{% card link="/manage/software/update-packages/" noimage="true" %}}
{{% card link="/manage/software/deploy-software/" noimage="true" %}}
{{% card link="/manage/software/update-software/" noimage="true" %}}
{{< /cards >}}
{{< /how-to-expand >}}

Expand Down
2 changes: 1 addition & 1 deletion docs/manage/software/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
linkTitle: "Manage software"
linkTitle: "Code Deployment"
weight: 20
layout: "empty"
type: "docs"
Expand Down
112 changes: 0 additions & 112 deletions docs/manage/software/deploy-packages.md

This file was deleted.

Loading
Loading