-
Notifications
You must be signed in to change notification settings - Fork 48
DOCS-4059: Update terminology from Viam app to Viam #4379
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
DOCS-4059: Update terminology from Viam app to Viam #4379
Conversation
👋 Thanks for contributing! A reviewer will look at it on the next working day! |
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
✅ Deploy Preview for viam-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@Promptless please change all remaining occurrences of "the Viam app" to just "Viam" |
214ff6e
to
f4a87d3
Compare
f4a87d3
to
4455a84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we take this opportunity to reword all "In the Viam app, open the example-tab tab of the example-page page" verbiage to "In Viam > example-page > example-tab? I think it would make a lot of app usage clearer, less wordy, and easier to follow, and it would guarantee a link every time we instruct users to visit the app.
Other than that, LGTM!
Edit: in case it isn't clear, my suggestions below are examples of this pattern, by no means comprehensive. But Jessamy and myself have talked about this pattern before, when I asked about "page" vs "tab" soon after joining.
@@ -26,8 +26,7 @@ The camera component supports the following methods: | |||
|
|||
## Establish a connection | |||
|
|||
To get started using Viam's SDKs to connect to and control your camera and the rest of your machine, go to your machine's page on the [Viam app](https://app.viam.com), | |||
Navigate to the **CONNECT** tab's **Code sample** page, select your preferred programming language, and copy the sample code. | |||
To get started using Viam's SDKs to connect to and control your camera and the rest of your machine, go to your machine's page, navigate to the **CONNECT** tab's **Code sample** page, select your preferred programming language, and copy the sample code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get started using Viam's SDKs to connect to and control your camera and the rest of your machine, go to your machine's page, navigate to the **CONNECT** tab's **Code sample** page, select your preferred programming language, and copy the sample code. | |
To get started using Viam's SDKs to connect to and control your camera and the rest of your machine, go to your machine's page, navigate to [Viam > CONNECT > Code sample](https://app.viam.com/connect/code-sample), select your preferred programming language, and copy the sample code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not a link that works and it's not a pattern that we're using elsewhere - so going to stick with it as is I think
|
||
{{% /tablestep %}} | ||
{{% tablestep number=7 %}} | ||
**View filtered data in the Viam app** | ||
**View filtered data on Viam** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**View filtered data on Viam** | |
**View filtered data in the Viam web UI** |
@@ -49,7 +49,7 @@ This is primarily useful for a machine that moves between different networks, so | |||
To add networks, add or update the `additional_networks` field to the `agent` object and set `"turn_on_hotspot_if_wifi_has_no_internet": true`. | |||
|
|||
{{< alert title="Note" color="note" >}} | |||
If you are using the Viam app to add networks to a machine’s configuration, the machine will need to be connected to the internet to retrieve the configuration information containing the network credentials before it can use them. | |||
If you are adding networks to a machine’s configuration, the machine will need to be connected to the internet to retrieve the configuration information containing the network credentials before it can use them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are adding networks to a machine’s configuration, the machine will need to be connected to the internet to retrieve the configuration information containing the network credentials before it can use them. | |
If you are using the web UI to add networks to a machine’s configuration, the machine will need to be connected to the internet to retrieve the configuration information containing the network credentials before it can use them. |
In case there's a local way to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can do this by reconfiguring the machine with API call so no as is is more accurate
- Simple APIs for common types of hardware (for example, cameras, sensors, and motors), and software services (such as computer vision). | ||
- A registry of modules that implement the hardware and software APIs. | ||
This includes support for many popular hardware models. | ||
- SDKs for many programming languages that you can use to interact with your machines. | ||
|
||
`viam-server` connects your machine to the Viam app and to SDK clients. | ||
`viam-server` connects your machine to Viam and to SDK clients. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`viam-server` connects your machine to Viam and to SDK clients. | |
`viam-server` connects your machine to the Viam cloud and to SDK clients. |
Since we just used "Viam" more broadly above
@@ -38,11 +38,11 @@ This page provides an overview of how a machine is structured, including on-devi | |||
|
|||
When `viam-server` can connect to the cloud, it also: | |||
|
|||
- Automatically pulls configuration updates you make in the Viam app | |||
- Automatically pulls configuration updates you make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Automatically pulls configuration updates you make | |
- Automatically pulls configuration updates you make in the web UI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no. you can update configurations with API calls.
Co-authored-by: Jessamy Taylor <[email protected]>
gotcha I looked at all the comments first and was a bit confused. I'd like to get this PR merged now so I am not going to see this as an opportunity to make this change. You can make a ticket but I'd not like us to spend time on that until we're more on top of prioritiy projects. Thanks! |
🔎💬 Inkeep AI search and chat service is syncing content for source 'Viam Docs' |
Based on the user request to change all references from "the Viam app" to just "Viam" (e.g., "in the viam app" becomes "in Viam"), this suggestion systematically updates the terminology throughout the documentation to use the simplified form. This change affects hundreds of references across the documentation and makes the language more concise and consistent with current branding preferences.
Trigger Events
If you want Promptless to make further changes on this PR, feel free to leave a comment tagging Promptless (It won't show up in the user drop down but Promptless will get it!)