Skip to content

Commit 70f838d

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
feat: reorganize docs and expand integrations
Restructure sidebar into logical sections: Ingestion (data patterns, MQTT, TLE), Data Lifecycle (retention, continuous queries, storage), Monitoring (new instance monitoring page), Security & Team (account security, team management). Expand integrations page with Grafana, VS Code, Superset, and enhanced Telegraf/OpenTelemetry sections. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95730c5 commit 70f838d

23 files changed

Lines changed: 665 additions & 83 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "API Reference",
3-
"position": 5
3+
"position": 9
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Billing",
3-
"position": 6
3+
"position": 10
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Configuration",
3-
"position": 3
3+
"position": 7
44
}

docs-arc-cloud/configuration/instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Every instance moves through a defined set of states:
1919
| **Error** | Something went wrong during provisioning or runtime. Check the dashboard for details. |
2020
| **Deleted** | Compute removed. Data is retained for 7 days, then permanently purged. |
2121

22-
When an instance is deleted, its persistent volume is kept for 7 days. During this window you can download your data from the [Storage](/arc-cloud/configuration/storage) page. After 7 days the volume is permanently purged.
22+
When an instance is deleted, its persistent volume is kept for 7 days. During this window you can download your data from the [Storage](/arc-cloud/data-lifecycle/storage) page. After 7 days the volume is permanently purged.
2323

2424
## Starting and Stopping Instances
2525

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "Data Lifecycle",
3+
"position": 4
4+
}

docs-arc-cloud/configuration/continuous-queries.md renamed to docs-arc-cloud/data-lifecycle/continuous-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 2
33
---
44

55
# Continuous Queries

docs-arc-cloud/configuration/retention.md renamed to docs-arc-cloud/data-lifecycle/retention.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 2
2+
sidebar_position: 1
33
---
44

55
# Retention Policies
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 5
2+
sidebar_position: 3
33
---
44

55
# Storage & Data Export

docs-arc-cloud/getting-started/dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The **Storage** page lists all persistent volumes in your organization, includin
7272
- **Export data** as a `.tar.gz` archive (Owner and Admin roles only)
7373
- Monitor the retention countdown for orphaned volumes
7474

75-
See [Storage & Data Export](/arc-cloud/configuration/storage) for details.
75+
See [Storage & Data Export](/arc-cloud/data-lifecycle/storage) for details.
7676

7777
## Team
7878

@@ -93,4 +93,4 @@ Configure organization-level settings and manage your profile. The Settings page
9393
- **Organization** — Organization name and settings
9494
- **Security** — Two-factor authentication (TOTP) and passkey management
9595

96-
See [Account Security](/arc-cloud/configuration/security) for setup instructions.
96+
See [Account Security](/arc-cloud/security-team/security) for setup instructions.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"label": "Guides",
3-
"position": 4
3+
"position": 8
44
}

0 commit comments

Comments
 (0)