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
26 changes: 26 additions & 0 deletions docs/_components/BadgeLinks.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/**
* Badge links for GitHub, License, project status, Discord, etc.
* Uses a flex wrapper to display badges horizontally and hides Fern's
* external-link icon that otherwise stacks under each badge image.
* Requires the `.badge-links` CSS rule from main.css.
*/
Comment on lines +1 to +6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add SPDX license header to this new TSX source file.

This file is missing the required SPDX copyright and license header.

As per coding guidelines, **/*.{js,ts,tsx,jsx,sh,yaml,yml,json,md,mdx}: Every source file must include an SPDX license header for copyright and Apache-2.0 license.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/_components/BadgeLinks.tsx` around lines 1 - 6, Add the required SPDX
license header at the very top of docs/_components/BadgeLinks.tsx (above the
existing file comment) by inserting an SPDX copyright line with the appropriate
copyright holder/year and the SPDX-License-Identifier for Apache-2.0; ensure the
header appears before the current module comment so the file complies with the
repository rule that every .tsx source must include an SPDX copyright and
Apache-2.0 license identifier.

export type BadgeItem = {
href: string;
src: string;
alt: string;
};

export function BadgeLinks({ badges = [] }: { badges?: BadgeItem[] }) {
if (badges.length === 0) {
return null;
}
return (
<div className="badge-links">
{badges.map((b) => (
<a key={b.href} href={b.href} target="_blank" rel="noreferrer">
<img src={b.src} alt={b.alt} />
</a>
))}
</div>
);
}
1 change: 1 addition & 0 deletions docs/_components/jsx.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare const React: unknown;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add SPDX license header to this new TypeScript declaration file.

The file currently has no required SPDX copyright/license header.

As per coding guidelines, **/*.{js,ts,tsx,jsx,sh,yaml,yml,json,md,mdx}: Every source file must include an SPDX license header for copyright and Apache-2.0 license.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/_components/jsx.d.ts` at line 1, Add the required SPDX license header to
the top of this new TypeScript declaration file so it includes both the
copyright notice and the Apache-2.0 license identifier; specifically insert the
SPDX copyright line and "SPDX-License-Identifier: Apache-2.0" as the first lines
of the file that contains the declaration "declare const React: unknown;" so the
file meets the repository rule that every source file includes an SPDX header.

2 changes: 1 addition & 1 deletion docs/about/ecosystem.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Ecosystem: Stack, Placement, and When to Use NemoClaw or OpenShell"
title: "Ecosystem"
sidebar-title: "Ecosystem"
description: "How the OpenClaw, OpenShell, and NemoClaw projects form one stack, where NemoClaw sits, what it adds beyond the OpenShell community sandbox, and when to use the reference integration versus OpenShell alone."
description-agent: "Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when to prefer NemoClaw versus integrating OpenShell and OpenClaw directly. Use when users ask about the relationship between OpenClaw, OpenShell, and NemoClaw, or when to use NemoClaw versus OpenShell."
Expand Down
4 changes: 2 additions & 2 deletions docs/about/how-it-works.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Architecture Overview: Plugin, Blueprint, and Sandbox Lifecycle"
sidebar-title: "How It Works"
title: "NemoClaw Architecture Overview"
sidebar-title: "Architecture Overview"
description: "Learn how NemoClaw combines a host CLI, sandbox plugin, and versioned blueprint to move OpenClaw into a controlled sandbox."
description-agent: "Describes how NemoClaw works internally: CLI, plugin, blueprint runner, OpenShell orchestration, inference routing, and protection layers. Use for sandbox lifecycle and architecture mechanics; not for product definition (Overview) or multi-project placement (Ecosystem)."
keywords: ["how nemoclaw works", "nemoclaw sandbox lifecycle blueprint"]
Expand Down
2 changes: 1 addition & 1 deletion docs/about/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Overview: What It Is"
title: "Overview of NVIDIA NemoClaw"
sidebar-title: "Overview"
description: "NemoClaw is an open-source reference stack that simplifies running OpenClaw always-on assistants more safely."
description-agent: "Explains what NemoClaw covers: onboarding, lifecycle management, and OpenClaw operations within OpenShell containers, plus capabilities and why it exists. Use when users ask what NemoClaw is or what the project provides. For ecosystem placement or OpenShell-only paths, use the Ecosystem page; for internal mechanics, use How It Works."
Expand Down
2 changes: 1 addition & 1 deletion docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Release Notes"
title: "Release Notes"
sidebar-title: "Release Notes"
description: "Changelog and feature history for NemoClaw releases."
description-agent: "Includes the NemoClaw release notes. Use when users ask about recent changes, the release cadence, or where to track versioned assets on GitHub."
Expand Down
4 changes: 2 additions & 2 deletions docs/deployment/deploy-to-remote-gpu.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Deploy NemoClaw to a Remote GPU Instance with Brev"
sidebar-title: "Deploy to Remote GPU"
title: "Deploy NemoClaw to a Remote GPU Instance"
sidebar-title: "Deploy to Remote GPU Instances"
description: "Run NemoClaw on a remote GPU instance and understand the legacy Brev compatibility flow."
description-agent: "Explains how to run NemoClaw on a remote GPU instance, including the deprecated Brev compatibility path and the preferred installer plus onboard flow. Use when deploying NemoClaw to a remote VM, onboarding a Brev instance, or migrating away from the legacy `nemoclaw deploy` wrapper."
keywords: ["deploy nemoclaw remote gpu", "nemoclaw brev cloud deployment"]
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/install-openclaw-plugins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Install OpenClaw Plugins"
sidebar-title: "OpenClaw Plugins"
sidebar-title: "Install OpenClaw Plugins"
description: "How to install OpenClaw plugins in a NemoClaw-managed sandbox today."
description-agent: "Explains the difference between OpenClaw plugins and agent skills, and shows the current Dockerfile-based workflow for baking a plugin into a NemoClaw sandbox. Use when users ask how to install, build, or configure OpenClaw plugins under NemoClaw."
keywords: ["nemoclaw plugins", "openclaw plugins", "install openclaw plugin", "nemoclaw onboard from dockerfile"]
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/prerequisites.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Prerequisites"
title: "Prerequisites"
sidebar-title: "Prerequisites"
description: "Hardware, software, and supported platforms for running NemoClaw."
description-agent: "Lists the hardware, software, and container runtime requirements for running NemoClaw. Use when verifying prerequisites before installation."
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/quickstart-hermes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Quickstart with Hermes"
sidebar-title: "NemoClaw Quickstart with Hermes"
sidebar-title: "Quickstart with Hermes"
description: "Install NemoClaw, select the Hermes agent, and launch a sandboxed Hermes API endpoint."
description-agent: "Installs NemoClaw, selects the Hermes agent, and launches a sandboxed Hermes API endpoint. Use when users ask for Hermes setup, NemoHermes onboarding, or running Hermes inside OpenShell."
keywords: ["nemohermes quickstart", "hermes agent nemoclaw", "run hermes openshell sandbox"]
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/windows-preparation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Prepare Windows for NemoClaw"
sidebar-title: "Prepare Windows"
sidebar-title: "(Windows Only) Windows Prerequisites"
description: "Prepare a Windows machine for NemoClaw before running the Quickstart: enable WSL 2, install Ubuntu, and configure Docker Desktop."
description-agent: "Covers Windows-only preparation steps required before the Quickstart. Use when preparing a Windows machine for NemoClaw, enabling WSL 2, configuring Docker Desktop for Windows, or troubleshooting a Windows-specific install error."
keywords: ["nemoclaw windows wsl2 setup", "nemoclaw install windows docker desktop"]
Expand Down
30 changes: 29 additions & 1 deletion docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,40 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NVIDIA NemoClaw Developer Guide"
title: "NVIDIA NemoClaw"
sidebar-title: "NVIDIA NemoClaw Developer Guide"
description: "NemoClaw is an open-source reference stack that simplifies running OpenClaw always-on assistants more safely, with a single command."
keywords: "NemoClaw, OpenClaw, OpenShell, AI agents, sandboxing, inference routing"
position: 1
---

import { BadgeLinks } from "./_components/BadgeLinks";

<BadgeLinks
badges={[
{
href: "https://github.com/NVIDIA/NemoClaw/blob/main/LICENSE",
src: "https://img.shields.io/badge/License-Apache_2.0-blue",
alt: "License",
},
{
href: "https://github.com/NVIDIA/NemoClaw/blob/main/SECURITY.md",
src: "https://img.shields.io/badge/Security-Report%20a%20Vulnerability-red",
alt: "Security Policy",
},
{
href: "https://github.com/NVIDIA/NemoClaw/blob/main/docs/about/release-notes.md",
src: "https://img.shields.io/badge/status-alpha-orange",
Comment on lines +26 to +27

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix the Release Notes badge target URL.

Line 26 links to release-notes.md, but this docs page is release-notes.mdx in the current structure, so the badge target is likely broken.

As per coding guidelines, Missing SPDX header, broken cross-references, or incorrect code block language: flag as issues.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@docs/index.mdx` around lines 26 - 27, The badge link targets the wrong
filename: update the href value that currently points to "release-notes.md" so
it points to the actual docs file "release-notes.mdx" (leave the src badge image
unchanged); specifically locate the href assignment in the docs/index.mdx
frontmatter and replace "release-notes.md" with "release-notes.mdx" to fix the
broken cross-reference.

alt: "Project Status",
},
{
href: "https://discord.gg/XFpfPv9Uvx",
src: "https://img.shields.io/badge/Discord-Join-7289da",
alt: "Discord",
},
]}
/>

NVIDIA NemoClaw is an open-source reference stack that simplifies running [OpenClaw](https://openclaw.ai) always-on assistants more safely.
NemoClaw provides onboarding, lifecycle management, and OpenClaw operations within OpenShell containers.
It installs the [NVIDIA OpenShell](https://github.com/NVIDIA/OpenShell) runtime, part of NVIDIA Agent Toolkit, setting up an environment designed for executing agents with additional security and inference routing capabilities.
Expand Down
16 changes: 10 additions & 6 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ navigation:
- page: "Overview"
path: about/overview.mdx
slug: overview
- page: "How It Works"
- page: "Architecture Overview"
path: about/how-it-works.mdx
slug: how-it-works
- page: "Ecosystem"
Expand All @@ -28,7 +28,7 @@ navigation:
path: get-started/prerequisites.mdx
slug: prerequisites
contents:
- page: "Windows Preparation"
- page: "(Windows Only) Windows Prerequisites"
path: get-started/windows-preparation.mdx
slug: windows-preparation
- page: "Quickstart with OpenClaw"
Expand Down Expand Up @@ -60,6 +60,9 @@ navigation:
- page: "Manage Sandbox Lifecycle"
path: manage-sandboxes/lifecycle.mdx
slug: lifecycle
- page: "Runtime Controls"
path: manage-sandboxes/runtime-controls.mdx
slug: runtime-controls
- page: "Set Up Messaging Channels"
path: manage-sandboxes/messaging-channels.mdx
slug: messaging-channels
Expand All @@ -84,8 +87,9 @@ navigation:
- section: "Deployment"
slug: deployment
contents:
- page: "Deploy to a Remote GPU Instance"
- page: "Deploy to Remote GPU Instances"
path: deployment/deploy-to-remote-gpu.mdx
slug: deploy-to-remote-gpu
- page: "Brev Web UI"
path: deployment/brev-web-ui.mdx
slug: brev-web-ui
Expand Down Expand Up @@ -116,7 +120,7 @@ navigation:
- section: "Reference"
slug: reference
contents:
- page: "Architecture"
- page: "Architecture Details"
path: reference/architecture.mdx
slug: architecture
- page: "CLI Commands Reference"
Expand All @@ -137,10 +141,10 @@ navigation:
- page: "Agent Skills"
path: resources/agent-skills.mdx
slug: agent-skills
- link: "Report Vulnerabilities"
href: https://github.com/NVIDIA/NemoClaw/blob/main/SECURITY.md
- page: "License"
path: resources/license.mdx
slug: license
- link: "Report Vulnerabilities"
href: https://github.com/NVIDIA/NemoClaw/blob/main/SECURITY.md
- link: "Discord"
href: https://discord.gg/XFpfPv9Uvx
2 changes: 1 addition & 1 deletion docs/inference/inference-options.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Inference Options"
title: "Inference Options"
sidebar-title: "Inference Options"
description: "Inference providers available during NemoClaw onboarding and how the routed inference model works."
description-agent: "Lists all inference providers offered during NemoClaw onboarding. Use when explaining which providers are available, what the onboard wizard presents, or how inference routing works."
Expand Down
4 changes: 2 additions & 2 deletions docs/inference/set-up-sub-agent.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Set up a Task-Specific Sub-Agent"
sidebar-title: "Task-Specific Sub-Agent"
title: "Set Up Task-Specific Sub-Agents"
sidebar-title: "Set Up Task-Specific Sub-Agents"
description: "Where NemoClaw stores OpenClaw sub-agent model configuration, credentials, and workspace files inside the sandbox."
description-agent: "Shows the NemoClaw-specific file paths and update flow for adding an auxiliary OpenClaw sub-agent model. Use when users ask how to add a second model, configure a sub-agent model, use Omni for vision tasks, configure agents.list, or use sessions_spawn in NemoClaw."
keywords: ["nemoclaw additional model", "nemoclaw sub-agent model", "openclaw sub-agent", "agents.list", "sessions_spawn", "vlm-demo"]
Expand Down
4 changes: 2 additions & 2 deletions docs/inference/switch-inference-providers.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Switch NemoClaw Inference Models at Runtime"
sidebar-title: "Switch Inference Models"
title: "Switch Inference Models at Runtime"
sidebar-title: "Switch Inference Providers"
description: "Change the active inference model without restarting the sandbox."
description-agent: "Changes the active inference model without restarting the sandbox. Use when switching inference providers, changing the model runtime, or reconfiguring inference routing."
keywords: ["switch nemoclaw inference model", "change inference runtime"]
Expand Down
2 changes: 1 addition & 1 deletion docs/inference/use-local-inference.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Use a Local Inference Server with NemoClaw"
title: "Use a Local Inference Server"
sidebar-title: "Use Local Inference"
description: "Connect NemoClaw to a local model server such as Ollama, vLLM, TensorRT-LLM, or any OpenAI-compatible endpoint."
description-agent: "Connects NemoClaw to a local inference server. Use when setting up Ollama, vLLM, TensorRT-LLM, NIM, or any OpenAI-compatible local model server with NemoClaw."
Expand Down
2 changes: 1 addition & 1 deletion docs/manage-sandboxes/messaging-channels.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Set Up Messaging Channels with NemoClaw and OpenShell"
title: "Messaging Channels"
sidebar-title: "Set Up Messaging Channels"
description: "Connect Telegram, Discord, or Slack to your sandboxed OpenClaw agent using OpenShell-managed channel messaging."
description-agent: "Explains how Telegram, Discord, and Slack reach the sandboxed OpenClaw agent through OpenShell-managed processes and NemoClaw channel commands. Use when setting up messaging channels, chat interfaces, or integrations without relying on nemoclaw tunnel start for bridges."
Expand Down
2 changes: 1 addition & 1 deletion docs/monitoring/monitor-sandbox-activity.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Monitor NemoClaw Sandbox Activity and Debug Issues"
title: "Monitor Sandbox Activity and Debug Issues"
sidebar-title: "Monitor Sandbox Activity"
description: "Inspect sandbox health, trace agent behavior, and diagnose problems."
description-agent: "Inspects sandbox health, traces agent behavior, and diagnoses problems. Use when monitoring a running sandbox, debugging agent issues, or checking sandbox logs."
Expand Down
4 changes: 2 additions & 2 deletions docs/network-policy/approve-network-requests.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Approve or Deny NemoClaw Agent Network Requests"
sidebar-title: "Approve Network Requests"
title: "Approve or Deny Agent Network Requests"
sidebar-title: "Approve or Deny Network Requests"
description: "Review and approve blocked agent network requests in the TUI."
description-agent: "Reviews and approves blocked agent network requests in the TUI. Use when approving or denying sandbox egress requests, managing blocked network calls, or using the approval TUI."
keywords: ["nemoclaw approve network requests", "sandbox egress approval tui"]
Expand Down
4 changes: 2 additions & 2 deletions docs/network-policy/customize-network-policy.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "Customize the NemoClaw Sandbox Network Policy"
sidebar-title: "Customize Network Policy"
title: "Customize the Sandbox Network Policy"
sidebar-title: "Customize the Network Policy"
description: "Add, remove, or modify allowed endpoints in the sandbox policy."
description-agent: "Adds, removes, or modifies allowed endpoints in the sandbox policy. Use when customizing network policy, changing egress rules, or configuring sandbox endpoint access."
keywords: ["customize nemoclaw network policy", "sandbox egress policy configuration"]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/architecture.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Architecture: Plugin, Blueprint, and Sandbox Structure"
title: "Architecture"
sidebar-title: "Architecture"
description: "Learn how NemoClaw combines a host CLI, sandbox plugin, and versioned blueprint to move OpenClaw into a controlled sandbox."
description-agent: "Describes the NemoClaw plugin and blueprint architecture and how they orchestrate the OpenClaw sandbox. Use when looking up architecture, plugin structure, or blueprint design."
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/commands.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw CLI Commands Reference"
sidebar-title: "Commands"
title: "CLI Commands Reference"
sidebar-title: "CLI Commands Reference"
description: "Full CLI reference for slash commands and standalone NemoClaw commands."
description-agent: "Includes the full CLI reference for slash commands and standalone NemoClaw commands. Use when looking up a specific `nemoclaw` or `/nemoclaw` subcommand, flag, argument, or exit code."
keywords: ["nemoclaw cli commands", "nemoclaw command reference"]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/network-policies.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Network Policies: Baseline Rules and Operator Approval"
title: "Network Policies"
sidebar-title: "Network Policies"
description: "Baseline network policy, filesystem rules, and operator approval flow."
description-agent: "Covers the baseline network policy, filesystem rules, and operator approval flow. Use when looking up a specific default endpoint, filesystem path, or the runtime approval sequence NemoClaw applies on blocked requests."
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/troubleshooting.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Troubleshooting Guide"
title: "Troubleshooting"
sidebar-title: "Troubleshooting"
description: "Diagnose and resolve common NemoClaw installation, onboarding, and runtime issues."
description-agent: "Lists fixes for common installation, onboarding, and runtime issues. Use when diagnosing a reported NemoClaw error, a failed onboard, or unexpected sandbox behavior."
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/license.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw License: Apache 2.0"
title: "License"
sidebar-title: "License"
description: "Apache 2.0 license for the NemoClaw project."
description-agent: "Includes the Apache 2.0 license that covers the NemoClaw project."
Expand Down
2 changes: 1 addition & 1 deletion docs/security/best-practices.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
title: "NemoClaw Security Best Practices: Controls, Risks, and Posture Profiles"
title: "Security Best Practices"
sidebar-title: "Security Best Practices"
description: "A risk framework for every configurable security control in NemoClaw: defaults, what you can change, and what happens if you do."
description-agent: "Presents a risk framework for every configurable security control in NemoClaw. Use when evaluating security posture, reviewing sandbox security defaults, or assessing control trade-offs."
Expand Down
Loading
Loading