Skip to content

Commit 412fb4a

Browse files
committed
Cleanup
1 parent 79b1fc4 commit 412fb4a

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

assets/operate/spa.png

-36.8 KB
Binary file not shown.

docs/operate/control/single-page-apps.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ If your HTML file loads other files, use relative paths to ensure your files are
182182
| `visibility` | string | **Required** | Must be `"public"`. |
183183
| `description` | string | **Required** | A description of your module and what it provides. |
184184
| `url` | string | Optional | The URL of the GitHub repository containing the source code of the module. |
185-
| `applications` | array | Optional | Objects that provide information about the [single page apps](/operate/reference/single-page-apps/) associated with the module. |
185+
| `applications` | array | Optional | Objects that provide information about the [apps](/operate/reference/single-page-apps/) associated with the module. |
186186
| `models` | array | Optional | Empty unless you are shipping the app alongside models. For information on how to add models, see [Integrate other hardware](/operate/get-started/other-hardware/). |
187187

188188
{{% /expand%}}
@@ -232,11 +232,11 @@ For subsequent updates run these commands again with an updated version number.
232232
{{% /tablestep %}}
233233
{{< /table >}}
234234

235-
## Accessing your Single Page App
235+
## Accessing your app
236236

237237
After uploading your module with the application configuration, your application will be available at:
238238

239-
```
239+
```txt
240240
https://your-app-name_your-public-namespace.viamapplications.com
241241
```
242242

@@ -256,7 +256,7 @@ For a React app that shows Camera feeds for a machine, see [Viam Camera Viewer](
256256

257257
## Limitations
258258

259-
- Single page apps currently only support single-machine applications
259+
- Apps currently only support single-machine applications
260260
- All modules with apps must have public visibility
261261
- There is no separate deploy step; the page will always render the latest version
262262
- Browsers with cookies disabled are not supported
@@ -266,4 +266,4 @@ For a React app that shows Camera feeds for a machine, see [Viam Camera Viewer](
266266
- Customer apps are stored publicly available on the internet
267267
- Avoid uploading sensitive information in your application code or assets
268268
- API keys and secrets are stored in the browser's localStorage or sessionStorage
269-
- Single page apps authenticate users with FusionAuth
269+
- Authenticate users with FusionAuth

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ Do not change the <code>module_id</code>.</p>
10201020
<td><code>applications</code></td>
10211021
<td>array</td>
10221022
<td>Optional</td>
1023-
<td>Objects that provide information about the [Single Page Apps](/operate/reference/single-page-apps/) associated with the module.</td>
1023+
<td>Objects that provide information about the [apps](/operate/reference/single-page-apps/) associated with the module.</td>
10241024
</tr>
10251025

10261026
</table>

docs/operate/reference/naming-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ Application names have the following requirements:
108108
The URL for accessing your single page app will contain your application name:
109109

110110
```txt
111-
https://app-name.your-public-namespace.viamapps.com
111+
https://app-name_your-public-namespace.viamapps.com
112112
```
113113

114114
For example, if your organization namespace is `acme` and your application name is `dashboard`, your application will be accessible at:
115115

116-
```
117-
https://dashboard.acme.viamapps.com
116+
```txt
117+
https://dashboard_acme.viamapps.com
118118
```
119119

120120
For more information about Single Page Apps, see the [Single Page Apps documentation](/operate/reference/single-page-apps/).

docs/tutorials/control/air-quality-fleet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Once you understand how to configure machines and use fragments, you can use [Pr
192192
#### Configure the sensor
193193

194194
1. Navigate to the **CONFIGURE** tab of the machine details page in the [Viam app](https://app.viam.com) for your first machine.
195-
2. Click the **+** (Create) button and click **Component** from the dropdown.
195+
2. Click the **+** (Create) button and click **Component or service** from the dropdown.
196196
Click **sensor**, then search for `sds011` and click **sds001:v1** from the results.
197197
3. Click **Add module**.
198198
This adds the {{< glossary_tooltip term_id="module" text="module" >}} that provides the sensor model that supports the specific hardware we are using for this tutorial.
@@ -240,7 +240,7 @@ Once you configure the rest of your sensing machines, you'll be able to remotely
240240

241241
Configure data capture and sync as follows:
242242

243-
1. Click the **+** (Create) button and click **Service** from the dropdown.
243+
1. Click the **+** (Create) button and click **Component or service** from the dropdown.
244244
2. Click **data management**.
245245
3. Give your data manager a name such as the auto-populated name `data_manager-1` and click **Create**.
246246
4. Toggle **Syncing** to the on position.

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
[plugins.inputs]
5858

5959
# change this key to a new one any time you need to restart from scratch
60-
cacheKey = ["May022025"]
60+
cacheKey = ["May272025"]
6161
# either "warn" or "error"
6262
failBuildOnError = true
6363

static/spa.mp4

103 KB
Binary file not shown.

static/spa.webm

65.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)