Skip to content

Commit fb5b9d1

Browse files
authored
Improve previous and next logic (#4639)
1 parent 6c50994 commit fb5b9d1

File tree

22 files changed

+102
-36
lines changed

22 files changed

+102
-36
lines changed

docs/data-ai/capture-data/advanced/advanced-data-capture-sync.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ layout: "docs"
77
type: "docs"
88
platformarea: ["data"]
99
description: "Advanced data capture and data sync configurations."
10-
prev: /data-ai/capture-data/lorawan/
1110
date: "2025-02-10"
1211
---
1312

docs/data-ai/capture-data/advanced/how-sync-works.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ type: "docs"
88
platformarea: ["data"]
99
description: "Data capture and sync works differently for viam-server and viam-micro-server."
1010
date: "2024-12-18"
11-
prev: "/data-ai/capture-data/advanced/advanced-data-capture-sync/"
1211
---
1312

1413
Data capture and cloud sync works differently for `viam-server` and `viam-micro-server`.

docs/data-ai/capture-data/lorawan.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ description: "Configure a gateway and nodes to communicate over the LoRaWAN prot
77
tags: ["sensor", "components", "lorawan", "gateway", "node"]
88
icon: true
99
images: ["/icons/components/sensor.svg"]
10-
next: /data-ai/capture-data/advanced/advanced-data-capture-sync/
1110
---
1211

1312
[LoRaWAN (Long Range Wide Area Network)](https://lora-alliance.org/) enables sensor communication spanning kilometers with minimal power usage.

docs/data-ai/capture-data/upload-other-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ description: "Upload data to Viam from your local computer or mobile device usin
2222
When you configure the data management service, Viam automatically uploads data from the default directory `~/.viam/capture` and any directory you configured.
2323
If you want to upload data from another directory or source, you can also:
2424

25-
- [Sync a batch of data from another directory](#sync-a-batch-of-data-from-another-directory)
25+
- [Sync a batch of data from another directory](#sync-data-from-another-directory)
2626
- [Upload data with SDKs](#upload-data-with-sdks)
2727
- [Upload images with the Viam mobile app](#upload-images-with-the-viam-mobile-app)
2828

29-
## Sync a batch of data from another directory
29+
## Sync data from another directory
3030

3131
Typically, you configure the data management service to [capture and sync data from your machine at regular intervals](/data-ai/capture-data/capture-sync/).
3232
However, you can also use the data management service to sync data from a folder.

docs/data-ai/data/advanced/alert-data.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ weight: 60
55
layout: "docs"
66
type: "docs"
77
description: "Use triggers to send email notifications or webhook requests when data from the machine is synced."
8-
prev: "/data-ai/data/export/"
98
---
109

1110
You can use triggers to send alerts by email or webhook when data syncs from a machine.

docs/data-ai/data/export.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ aliases:
1515
viamresources: ["sensor", "data_manager"]
1616
platformarea: ["data", "cli"]
1717
date: "2024-12-03"
18-
next: "/data-ai/data/advanced/alert-data/"
1918
---
2019

2120
You can download machine data from cloud storage to your computer with the Viam CLI.

docs/manage/fleet/provision/end-user-setup.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ languages: []
1010
viamresources: []
1111
platformarea: ["fleet"]
1212
level: "Intermediate"
13-
prev: "/manage/fleet/provision/"
1413
date: "2024-08-21"
1514
aliases:
1615
- /provision/

docs/manage/fleet/provision/setup.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ viamresources: []
1212
platformarea: ["fleet"]
1313
level: "Intermediate"
1414
date: "2024-08-21"
15-
prev: "/manage/fleet/reuse-configuration/"
16-
next: "/manage/fleet/provision/end-user-setup/"
1715
aliases:
1816
- "/build/provision/"
1917
- /how-tos/provision-setup/

docs/manage/fleet/system-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ weight: 50
55
layout: "docs"
66
type: "docs"
77
description: "Configure network settings, operating system package updates and logging defaults."
8-
next: /manage/fleet/provision/setup/
98
---
109

1110
The `viam-agent` configuration allows you to configure:

docs/manage/reference/viam-agent/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "viam-agent"
33
linkTitle: "viam-agent"
44
weight: 20
5-
no_list: true
65
type: docs
76
description: "The viam-agent is a self-updating service manager that maintains the lifecycle for Viam's system services, among them viam-server and provisioning."
87
date: "2025-02-14"

0 commit comments

Comments
 (0)