Skip to content

Commit 149c992

Browse files
JessamyTnpentrel
andauthored
Apply suggestions from code review
Co-authored-by: Naomi Pentrel <[email protected]>
1 parent 6fe58d8 commit 149c992

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

docs/operate/control/headless-app.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,7 @@ aliases:
1717
---
1818

1919
To write control logic for your machine that will run without a user interface, you can use the Python, Go, or C++ SDK.
20-
The SDKs include similar methods to hit Viam's [gRPC API](https://github.com/viamrobotics/api) endpoints, so choose the language you feel most comfortable scripting in.
21-
22-
{{% alert title="In this page" color="tip" %}}
23-
24-
1. [Install an SDK](#install-an-sdk)
25-
1. [Authenticate your script to your machine with API keys](#authenticate-your-script)
26-
1. [Write your control script](#write-your-control-script)
27-
1. [Run your script](#run-your-script)
28-
1. [Debug](#debug)
29-
30-
{{% /alert %}}
20+
The SDKs each include similar methods to hit Viam's [gRPC API](https://github.com/viamrobotics/api) endpoints.
3121

3222
## Decide where to run your code
3323

@@ -94,7 +84,7 @@ Follow the [instructions on the GitHub repository](https://github.com/viamroboti
9484
{{% /tab %}}
9585
{{< /tabs >}}
9686

97-
## Authenticate your script
87+
## Authenticate
9888

9989
To connect your code to your machine, use the API keys Viam automatically generates for you.
10090

@@ -185,8 +175,6 @@ Sharing this information could compromise your system security by allowing unaut
185175
186176
## Write your control script
187177
188-
Save the code on the computer or SBC where you'll run it.
189-
Edit it to add your control logic.
190178
191179
For API reference including code snippets for each method, see [Viam's Client APIs](/dev/reference/apis/).
192180

docs/operate/get-started/other-hardware/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ The following attributes are available for `rdk:sensor:jessamy:weather:meteo_PM`
661661

662662
{{% /tablestep %}}
663663
{{% tablestep %}}
664-
**2. Create a GitHub repo**
664+
**2. Create a GitHub repo (optional)**
665665

666666
Create a GitHub repository with all the source code and the README for your module.
667667

0 commit comments

Comments
 (0)