Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ The current generated skills and their source pages are:
| Skill | Source docs |
|---|---|
| `nemoclaw-user-overview` | `docs/about/overview.md`, `docs/about/ecosystem.md`, `docs/about/how-it-works.md`, `docs/about/release-notes.md` |
| `nemoclaw-user-get-started` | `docs/get-started/quickstart.md`, `docs/get-started/quickstart-hermes.md` |
| `nemoclaw-user-configure-inference` | `docs/inference/inference-options.md`, `docs/inference/use-local-inference.md`, `docs/inference/switch-inference-providers.md` |
| `nemoclaw-user-manage-policy` | `docs/network-policy/customize-network-policy.md`, `docs/network-policy/approve-network-requests.md` |
| `nemoclaw-user-agent-skills` | `docs/resources/agent-skills.md` |
| `nemoclaw-user-deploy-remote` | `docs/deployment/deploy-to-remote-gpu.md`, `docs/deployment/install-openclaw-plugins.md`, `docs/deployment/sandbox-hardening.md` |
| `nemoclaw-user-get-started` | `docs/get-started/prerequisites.md`, `docs/get-started/quickstart.md`, `docs/get-started/quickstart-hermes.md`, `docs/get-started/windows-preparation.md` |
| `nemoclaw-user-configure-inference` | `docs/inference/inference-options.md`, `docs/inference/use-local-inference.md`, `docs/inference/switch-inference-providers.md`, `docs/inference/set-up-sub-agent.md` |
| `nemoclaw-user-manage-sandboxes` | `docs/manage-sandboxes/lifecycle.md`, `docs/manage-sandboxes/messaging-channels.md`, `docs/manage-sandboxes/workspace-files.md`, `docs/manage-sandboxes/backup-restore.md` |
| `nemoclaw-user-monitor-sandbox` | `docs/monitoring/monitor-sandbox-activity.md` |
| `nemoclaw-user-deploy-remote` | `docs/deployment/deploy-to-remote-gpu.md`, `docs/deployment/set-up-telegram-bridge.md` |
| `nemoclaw-user-manage-policy` | `docs/network-policy/customize-network-policy.md`, `docs/network-policy/approve-network-requests.md` |
| `nemoclaw-user-reference` | `docs/reference/architecture.md`, `docs/reference/commands.md`, `docs/reference/network-policies.md`, `docs/reference/troubleshooting.md` |
| `nemoclaw-user-configure-security` | `docs/security/best-practices.md`, `docs/security/credential-storage.md`, `docs/security/openclaw-controls.md` |

### Regenerating skills after doc changes

Expand Down
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
# tutorials/dgx-spark pages were removed; DGX Spark content now lives
# in the NVIDIA Spark playbook (https://build.nvidia.com/spark/nemoclaw).
"get-started/windows-setup": "windows-preparation.html",
# Manage Sandboxes reorganization (May 2026): operational pages moved
# from deployment/ and workspace/ into manage-sandboxes/.
"deployment/set-up-telegram-bridge": "../manage-sandboxes/messaging-channels.html",
"workspace/workspace-files": "../manage-sandboxes/workspace-files.html",
"workspace/backup-restore": "../manage-sandboxes/backup-restore.html",
}

autodoc_default_options = {
Expand Down
4 changes: 3 additions & 1 deletion docs/deployment/deploy-to-remote-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ content:
type: how_to
difficulty: intermediate
audience: ["developer", "engineer"]
skill:
priority: 10
status: published
---

Expand Down Expand Up @@ -152,6 +154,6 @@ $ nemoclaw deploy <instance-name>

## Related Topics

- [Set Up Telegram](set-up-telegram-bridge.md) to connect Telegram through OpenShell-managed channel messaging.
- [Set Up Messaging Channels](../manage-sandboxes/messaging-channels.md) to connect Telegram, Discord, or Slack through OpenShell-managed channel messaging.
- [Monitor Sandbox Activity](../monitoring/monitor-sandbox-activity.md) for sandbox monitoring tools.
- [Commands](../reference/commands.md) for the full `deploy` command reference.
2 changes: 2 additions & 0 deletions docs/deployment/install-openclaw-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ content:
type: how_to
difficulty: technical_intermediate
audience: ["developer", "engineer"]
skill:
priority: 20
status: published
---

Expand Down
104 changes: 0 additions & 104 deletions docs/deployment/set-up-telegram-bridge.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/get-started/quickstart-hermes.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ $ nemohermes my-hermes destroy

- [Inference Options](../inference/inference-options.md) to choose a provider and model.
- [Commands](../reference/commands.md) to see the full `nemohermes` alias behavior.
- [Backup and Restore](../workspace/backup-restore.md) to preserve sandbox state before destructive operations.
- [Backup and Restore](../manage-sandboxes/backup-restore.md) to preserve sandbox state before destructive operations.
- [Monitor Sandbox Activity](../monitoring/monitor-sandbox-activity.md) to inspect OpenShell events and sandbox logs.
Loading
Loading