Skip to content

Commit 4455a84

Browse files
committed
Updates
1 parent da8eb27 commit 4455a84

File tree

48 files changed

+89
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+89
-95
lines changed

docs/data-ai/ai/create-dataset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Follow the guide to configure a [webcam](/operate/reference/components/camera/we
4141
To create a dataset, use the CLI or the web UI:
4242

4343
{{< tabs >}}
44-
{{% tab name="Viam app" %}}
44+
{{% tab name="web UI" %}}
4545

4646
1. Open the [**DATASETS** tab on the **DATA** page](https://app.viam.com/data/datasets).
4747

@@ -194,7 +194,7 @@ Repeat these steps for all images in the dataset.
194194
## Add tagged images to a dataset
195195

196196
{{< tabs >}}
197-
{{% tab name="Viam app" %}}
197+
{{% tab name="web UI" %}}
198198

199199
1. Open the [**DATA** page](https://app.viam.com/data/view).
200200

docs/data-ai/ai/train.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ After uploading the training script, you can run it by submitting a training job
779779
**Create the training job**
780780

781781
{{< tabs >}}
782-
{{% tab name="Viam app" min-height="150px" %}}
782+
{{% tab name="web UI" min-height="150px" %}}
783783
Navigate to your list of [**DATASETS**](https://app.viam.com/data/datasets) and select the one you want to train a model on.
784784

785785
Click **Train model** and select **Train on a custom training script**, then follow the prompts.

docs/data-ai/data/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See [capture sensor data](/data-ai/capture-data/capture-sync/) for more informat
3636

3737
### Query from the app
3838

39-
Once your data has synced, you can query your data from within the Viam app using {{< glossary_tooltip term_id="sql" text="SQL" >}} or {{< glossary_tooltip term_id="mql" text="MQL" >}}.
39+
Once your data has synced, you can query your data from within web UI using {{< glossary_tooltip term_id="sql" text="SQL" >}} or {{< glossary_tooltip term_id="mql" text="MQL" >}}.
4040

4141
You must have the [owner role](/manage/manage/rbac/) in order to query data on Viam.
4242

docs/dev/reference/apis/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Manage your machines: connect to your machine, retrieve status information, and
4040
{{% /manualcard %}}
4141
{{% manualcard link="/dev/reference/apis/ml-training-client/" title="ML Training Client API" %}}
4242

43-
Submit and manage ML training jobs running on the Viam app.
43+
Submit and manage ML training jobs running on Viam.
4444

4545
{{% /manualcard %}}
4646
{{% manualcard link="/dev/reference/apis/billing-client/" title="Billing Client API" %}}

docs/dev/reference/changelog.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ In addition to the existing returned metadata, the [`GetCloudMetadata`](/dev/ref
563563

564564
{{% /changelog %}}
565565

566-
{{% changelog date="2024-04-16" color="improved" title="Viam app interface" %}}
566+
{{% changelog date="2024-04-16" color="improved" title="Viam web UI" %}}
567567

568568
the [Viam app](https://app.viam.com) machine page UI has been updated significantly.
569569
In addition to other improvements, your component, service, and other resource config cards are all displayed on one page instead of in separate tabs.
@@ -807,7 +807,7 @@ Arm models now support the [`GetKinematics` method](/dev/reference/apis/componen
807807

808808
{{% changelog date="2023-06-30" color="added" title="View sensor data within Viam" %}}
809809

810-
You can now [view your sensor data](https://app.viam.com/data/view?view=sensors) directly in the Viam app to verify data creation and accuracy.
810+
You can now [view your sensor data](https://app.viam.com/data/view?view=sensors) directly in the web UI to verify data creation and accuracy.
811811
If you depend on sensor data to plan and control machine operations, this feature increases access to data and supports a more efficient workflow.
812812

813813
{{% /changelog %}}
@@ -1347,13 +1347,6 @@ You now have the option to reuse a machine config from a previous Try Viam sessi
13471347

13481348
{{% /changelog %}}
13491349

1350-
{{% changelog date="2023-02-28" color="added" title="Dynamic code samples" %}}
1351-
1352-
The Viam app **Code sample** tab now dynamically updates as you add resources to your machine's config.
1353-
The code samples instantiate each resource and include examples of how to call a `Get` method on it.
1354-
1355-
{{% /changelog %}}
1356-
13571350
{{% changelog date="2023-02-28" color="added" title="TypeScript SDK" %}}
13581351

13591352
Find more information in the [TypeScript SDK docs](https://ts.viam.dev/).
@@ -1482,7 +1475,7 @@ A new [servo model called `gpio`](/operate/reference/components/servo/gpio/) sup
14821475

14831476
{{% changelog date="2022-11-15" color="added" title="RTT indicator in the app" %}}
14841477

1485-
A badge in the Viam app now displays RTT (round trip time) of a request from your client to the machine.
1478+
A badge in the web UI now displays RTT (round trip time) of a request from your client to the machine.
14861479
Find this indicator of the time to complete one request/response cycle on your machine's **CONTROL** tab, in the **Operations & Sessions** card.
14871480

14881481
{{% /changelog %}}

docs/dev/reference/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ Additional we enforce the following substitutions:
202202
<!-- prettier-ignore -->
203203
| Do not say | Instead say |
204204
| ---------- | ----------- |
205-
| web app, cloud app | Viam app or Viam platform |
206-
| viam app, Viam App | Viam app |
205+
| web app, cloud app | Viam or web UI |
206+
| viam app, Viam App | Viam or web UI |
207207
| Viam-server, Viam server, Viam-Server | viam-server |
208208
| Config Tab, Config tab, Configure Tab | CONFIGURE tab |
209209
| Vision service, Vision Service | vision service |

docs/dev/reference/glossary/machine-id.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ type: "page"
1010
A **Machine ID** is a unique identifier assigned to each {{< glossary_tooltip term_id="machine" text="machine" >}} in the Viam platform.
1111
This ID is used to identify and reference a specific machine within the Viam ecosystem.
1212

13-
Machine IDs are automatically generated when a new machine is created on Viam amd os accessible through the Viam app UI and the [Fleet management API](/dev/reference/apis/fleet/).
13+
Machine IDs are automatically generated when a new machine is created on Viam.
14+
You can get it using the web UI and the [Fleet management API](/dev/reference/apis/fleet/).

docs/dev/reference/try-viam/reserve-a-rover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Once your reservation starts and the system has configured your rover, click **T
3535

3636
{{<gif webm_src="/appendix/try-viam/rover-reservation.webm" mp4_src="/appendix/try-viam/rover-reservation.mp4" alt="Rover reservation management page" max-width="1000px">}}
3737

38-
{{<imgproc src="appendix/try-viam/navigation-bar.png" resize="800x" alt="Navigation bar of the Viam app with the Viam Rover time remaining indicator.">}}
38+
{{<imgproc src="appendix/try-viam/navigation-bar.png" resize="800x" alt="Navigation bar with the Viam Rover time remaining indicator.">}}
3939

4040
### Limitations
4141

docs/dev/reference/try-viam/rover-resources/rover-tutorial/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Screw the top plate back on with the biggest Allen key and use the power switch
369369
Wait a second for the low voltage cutoff relay to trip and provide power to the rover motherboard.
370370
If the Pi has power, the lights on the Raspberry Pi will light up.
371371

372-
### Control your rover on the Viam app
372+
### Control your rover on Viam
373373

374374
If you followed the instructions in the [Pi installation guide](/operate/reference/prepare/rpi-setup/), you should have already made an account on the [Viam app](https://app.viam.com), installed `viam-server` on the board, and added a new machine.
375375

docs/dev/reference/try-viam/rover-resources/rover-tutorial/jetson-rover-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Some states do not allow the exclusion or disclaimer of implied warranties, so t
157157
{{% /tab %}}
158158
{{< /tabs >}}
159159

160-
### Control your rover on the Viam app
160+
### Control your rover on Viam
161161

162162
If you followed the instructions in the [Jetson installation guide](/operate/reference/prepare/jetson-nano-setup/), you should have already made an account on the [Viam app](https://app.viam.com), installed `viam-server` on the board, and added a new machine.
163163

0 commit comments

Comments
 (0)