From 31486978354895b4674d0504185b9e2d1a900cae Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:22:14 -0700 Subject: [PATCH 1/7] add discord channel to docs --- docs/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d2b8198c804..35b6902f498 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,11 +97,17 @@ # "public_docs_features": True, # TODO: Uncomment this when the docs are public "icon_links": [ { - "name": "GitHub", + "name": "NVIDIA NemoClaw GitHub", "url": "https://github.com/NVIDIA/NemoClaw", "icon": "fa-brands fa-github", "type": "fontawesome", }, + { + "name": "NVIDIA NemoClaw Discord Forum", + "url": "https://discord.com/channels/1019361803752456192/1482072289511211200", + "icon": "fa-brands fa-discord", + "type": "fontawesome", + }, ], } From 0d4eaf5c73839889d896d2773d45f56d1f3ccbd6 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:26:21 -0700 Subject: [PATCH 2/7] shorter preview text --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 35b6902f498..1239160e341 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,13 +97,13 @@ # "public_docs_features": True, # TODO: Uncomment this when the docs are public "icon_links": [ { - "name": "NVIDIA NemoClaw GitHub", + "name": "NemoClaw GitHub", "url": "https://github.com/NVIDIA/NemoClaw", "icon": "fa-brands fa-github", "type": "fontawesome", }, { - "name": "NVIDIA NemoClaw Discord Forum", + "name": "NemoClaw Discord", "url": "https://discord.com/channels/1019361803752456192/1482072289511211200", "icon": "fa-brands fa-discord", "type": "fontawesome", From 18d0dca4708d4443e9116eb53cb4d5d60fd36ebc Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:33:22 -0700 Subject: [PATCH 3/7] add discord link to more places --- README.md | 15 ++++++++------- docs/index.md | 1 + docs/reference/troubleshooting.md | 7 +++++++ 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82e17730cec..f8495620ece 100644 --- a/README.md +++ b/README.md @@ -213,13 +213,14 @@ See the full [CLI reference](https://docs.nvidia.com/nemoclaw/latest/reference/c Refer to the documentation for more information on NemoClaw. -- [Overview](https://docs.nvidia.com/nemoclaw/latest/about/overview.html): what NemoClaw does and how it fits together -- [How It Works](https://docs.nvidia.com/nemoclaw/latest/about/how-it-works.html): plugin, blueprint, and sandbox lifecycle -- [Architecture](https://docs.nvidia.com/nemoclaw/latest/reference/architecture.html): plugin structure, blueprint lifecycle, and sandbox environment -- [Inference Profiles](https://docs.nvidia.com/nemoclaw/latest/reference/inference-profiles.html): NVIDIA cloud inference configuration -- [Network Policies](https://docs.nvidia.com/nemoclaw/latest/reference/network-policies.html): egress control and policy customization -- [CLI Commands](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html): full command reference -- [Troubleshooting](https://docs.nvidia.com/nemoclaw/latest/reference/troubleshooting.html): common issues and resolution steps +- [Overview](https://docs.nvidia.com/nemoclaw/latest/about/overview.html): Learn what NemoClaw does and how it fits together +- [How It Works](https://docs.nvidia.com/nemoclaw/latest/about/how-it-works.html): Learn about the plugin, blueprint, and sandbox lifecycle +- [Architecture](https://docs.nvidia.com/nemoclaw/latest/reference/architecture.html): Learn about the plugin structure, blueprint lifecycle, and sandbox environment +- [Inference Profiles](https://docs.nvidia.com/nemoclaw/latest/reference/inference-profiles.html): Learn about the NVIDIA cloud inference configuration +- [Network Policies](https://docs.nvidia.com/nemoclaw/latest/reference/network-policies.html): Learn about egress control and policy customization +- [CLI Commands](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html): Learn about the full command reference +- [Troubleshooting](https://docs.nvidia.com/nemoclaw/latest/reference/troubleshooting.html): Troubleshoot common issues and resolution steps +- [Discord](https://discord.com/channels/1019361803752456192/1482072289511211200): Join the community for questions and discussion ## License diff --git a/docs/index.md b/docs/index.md index 917fa4c40df..f2397cab190 100644 --- a/docs/index.md +++ b/docs/index.md @@ -244,4 +244,5 @@ Troubleshooting :hidden: resources/license +Discord ``` diff --git a/docs/reference/troubleshooting.md b/docs/reference/troubleshooting.md index 6cc9624f7a0..7e14c1803dc 100644 --- a/docs/reference/troubleshooting.md +++ b/docs/reference/troubleshooting.md @@ -24,6 +24,13 @@ status: published This page covers common issues you may encounter when installing, onboarding, or running NemoClaw, along with their resolution steps. +:::{admonition} Get Help +:class: tip +:icon: fa-brands fa-discord + +If your issue is not listed here, join the [NemoClaw Discord](https://discord.com/channels/1019361803752456192/1482072289511211200) to ask questions and get help from the community. You can also [file an issue on GitHub](https://github.com/NVIDIA/NemoClaw/issues/new). +::: + ## Installation ### `nemoclaw` not found after install From 0ffb49d73825a8ce53082e56298ec66721c44436 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:34:43 -0700 Subject: [PATCH 4/7] resolve warning --- docs/reference/troubleshooting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/reference/troubleshooting.md b/docs/reference/troubleshooting.md index 7e14c1803dc..59b19e6da20 100644 --- a/docs/reference/troubleshooting.md +++ b/docs/reference/troubleshooting.md @@ -26,7 +26,6 @@ This page covers common issues you may encounter when installing, onboarding, or :::{admonition} Get Help :class: tip -:icon: fa-brands fa-discord If your issue is not listed here, join the [NemoClaw Discord](https://discord.com/channels/1019361803752456192/1482072289511211200) to ask questions and get help from the community. You can also [file an issue on GitHub](https://github.com/NVIDIA/NemoClaw/issues/new). ::: From 776ce21672dcda549f0efd01c173b67a832a7b77 Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:39:11 -0700 Subject: [PATCH 5/7] use invite link --- docs/conf.py | 2 +- docs/index.md | 2 +- docs/reference/troubleshooting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1239160e341..388d86dfb8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -104,7 +104,7 @@ }, { "name": "NemoClaw Discord", - "url": "https://discord.com/channels/1019361803752456192/1482072289511211200", + "url": "https://discord.com/invite/nvidiadeveloper", "icon": "fa-brands fa-discord", "type": "fontawesome", }, diff --git a/docs/index.md b/docs/index.md index f2397cab190..493c845544f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -244,5 +244,5 @@ Troubleshooting :hidden: resources/license -Discord +Discord ``` diff --git a/docs/reference/troubleshooting.md b/docs/reference/troubleshooting.md index 59b19e6da20..e1066cf9a15 100644 --- a/docs/reference/troubleshooting.md +++ b/docs/reference/troubleshooting.md @@ -27,7 +27,7 @@ This page covers common issues you may encounter when installing, onboarding, or :::{admonition} Get Help :class: tip -If your issue is not listed here, join the [NemoClaw Discord](https://discord.com/channels/1019361803752456192/1482072289511211200) to ask questions and get help from the community. You can also [file an issue on GitHub](https://github.com/NVIDIA/NemoClaw/issues/new). +If your issue is not listed here, join the [NemoClaw Discord](https://discord.com/invite/nvidiadeveloper) to ask questions and get help from the community. You can also [file an issue on GitHub](https://github.com/NVIDIA/NemoClaw/issues/new). ::: ## Installation From e85fdd998a0bad1ad5e3159265aa348fd359365c Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:41:50 -0700 Subject: [PATCH 6/7] update url --- docs/conf.py | 2 +- docs/index.md | 2 +- docs/reference/troubleshooting.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 388d86dfb8f..210c216499a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -104,7 +104,7 @@ }, { "name": "NemoClaw Discord", - "url": "https://discord.com/invite/nvidiadeveloper", + "url": "https://discord.gg/XFpfPv9Uvx", "icon": "fa-brands fa-discord", "type": "fontawesome", }, diff --git a/docs/index.md b/docs/index.md index 493c845544f..04a1a874741 100644 --- a/docs/index.md +++ b/docs/index.md @@ -244,5 +244,5 @@ Troubleshooting :hidden: resources/license -Discord +Discord ``` diff --git a/docs/reference/troubleshooting.md b/docs/reference/troubleshooting.md index e1066cf9a15..14ec2c27e18 100644 --- a/docs/reference/troubleshooting.md +++ b/docs/reference/troubleshooting.md @@ -27,7 +27,7 @@ This page covers common issues you may encounter when installing, onboarding, or :::{admonition} Get Help :class: tip -If your issue is not listed here, join the [NemoClaw Discord](https://discord.com/invite/nvidiadeveloper) to ask questions and get help from the community. You can also [file an issue on GitHub](https://github.com/NVIDIA/NemoClaw/issues/new). +If your issue is not listed here, join the [NemoClaw Discord channel](https://discord.gg/XFpfPv9Uvx) to ask questions and get help from the community. You can also [file an issue on GitHub](https://github.com/NVIDIA/NemoClaw/issues/new). ::: ## Installation From a39ae98204e2a277636be6f1f420084907ea6a3e Mon Sep 17 00:00:00 2001 From: Miyoung Choi Date: Thu, 19 Mar 2026 09:42:46 -0700 Subject: [PATCH 7/7] nit --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f8495620ece..ef629516d7c 100644 --- a/README.md +++ b/README.md @@ -213,14 +213,14 @@ See the full [CLI reference](https://docs.nvidia.com/nemoclaw/latest/reference/c Refer to the documentation for more information on NemoClaw. -- [Overview](https://docs.nvidia.com/nemoclaw/latest/about/overview.html): Learn what NemoClaw does and how it fits together -- [How It Works](https://docs.nvidia.com/nemoclaw/latest/about/how-it-works.html): Learn about the plugin, blueprint, and sandbox lifecycle -- [Architecture](https://docs.nvidia.com/nemoclaw/latest/reference/architecture.html): Learn about the plugin structure, blueprint lifecycle, and sandbox environment -- [Inference Profiles](https://docs.nvidia.com/nemoclaw/latest/reference/inference-profiles.html): Learn about the NVIDIA cloud inference configuration -- [Network Policies](https://docs.nvidia.com/nemoclaw/latest/reference/network-policies.html): Learn about egress control and policy customization -- [CLI Commands](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html): Learn about the full command reference -- [Troubleshooting](https://docs.nvidia.com/nemoclaw/latest/reference/troubleshooting.html): Troubleshoot common issues and resolution steps -- [Discord](https://discord.com/channels/1019361803752456192/1482072289511211200): Join the community for questions and discussion +- [Overview](https://docs.nvidia.com/nemoclaw/latest/about/overview.html): Learn what NemoClaw does and how it fits together. +- [How It Works](https://docs.nvidia.com/nemoclaw/latest/about/how-it-works.html): Learn about the plugin, blueprint, and sandbox lifecycle. +- [Architecture](https://docs.nvidia.com/nemoclaw/latest/reference/architecture.html): Learn about the plugin structure, blueprint lifecycle, and sandbox environment. +- [Inference Profiles](https://docs.nvidia.com/nemoclaw/latest/reference/inference-profiles.html): Learn about the NVIDIA cloud inference configuration. +- [Network Policies](https://docs.nvidia.com/nemoclaw/latest/reference/network-policies.html): Learn about egress control and policy customization. +- [CLI Commands](https://docs.nvidia.com/nemoclaw/latest/reference/commands.html): Learn about the full command reference. +- [Troubleshooting](https://docs.nvidia.com/nemoclaw/latest/reference/troubleshooting.html): Troubleshoot common issues and resolution steps. +- [Discord](https://discord.gg/XFpfPv9Uvx): Join the community for questions and discussion. ## License