Skip to content

Commit

Permalink
Merge branch 'main' into DOCS-540/refactor-mock-robot
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre authored Sep 11, 2023
2 parents e0b1e63 + d93954b commit e020086
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

> **Note**
> Looking to contribute? Check out the [Contributor Guide](https://github.com/viamrobotics/docs/blob/main/CONTRIBUTING.md).
> For help knowing what and how to write, check out our templates: our [tutorial template](docs/tutorials/template/) and [component page template](docs/components/component/) are accessible on the site when building the docs in Draft mode, or accessible here on GitHub.
## Build the docs locally

Expand Down
8 changes: 7 additions & 1 deletion docs/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ If you are using one of the following boards, you can follow our guide for that
{{% card link="/installation/prepare/sk-tda4vm/" class="small" %}}
{{% card link="/installation/prepare/jetson-nano-setup/" class="small" %}}
{{% card link="/installation/prepare/jetson-agx-orin-setup/" class="small" %}}
{{% card link="/installation/prepare/microcontrollers" class="small" %}}
{{< /cards >}}

<br>

Viam also provides a lightweight version of `viam-server` which can run on resource-limited embedded systems that cannot run the fully-featured Robot Development Kit (RDK).
If you are using a microcontroller, prepare your board using the following guide:

{{< cards >}}
{{% card link="/installation/prepare/microcontrollers" class="small" %}}
{{< /cards >}}

Other SBCs such as the [RockPi S](https://wiki.radxa.com/RockpiS) and [Orange Pi Zero 2](https://orangepi.com/index.php?route=product/product&path=237&product_id=849) can run Viam with an experimental [periph.io](https://periph.io/) based [modular component](https://github.com/viam-labs/periph_board).

### Install `viam-server`
Expand Down
2 changes: 1 addition & 1 deletion docs/program/apis/robot.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Manage Robots with Viam's Client SDKs"
title: "Manage Robots with Viam's Robot API"
linkTitle: "Robot Management"
weight: 20
type: "docs"
Expand Down
2 changes: 1 addition & 1 deletion docs/program/apis/sessions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Session Management with Viam's Client SDKs"
linkTitle: "Session Management API"
linkTitle: "Session Management"
weight: 20
type: "docs"
description: "How to use the session management API with Viam's Client SDKs."
Expand Down
File renamed without changes.

0 comments on commit e020086

Please sign in to comment.