Skip to content

Commit a281a63

Browse files
committed
docs: fix TOC structure
1 parent f38a095 commit a281a63

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

fern/docs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,12 @@ redirects:
8484
destination: "/openshell/:path*"
8585
- source: "/openshell/:path*.html"
8686
destination: "/openshell/:path*"
87+
# tutorials moved under get-started
88+
- source: "/openshell/tutorials"
89+
destination: "/openshell/latest/get-started/tutorials"
90+
- source: "/openshell/tutorials/:path*"
91+
destination: "/openshell/latest/get-started/tutorials/:path*"
92+
- source: "/openshell/latest/tutorials"
93+
destination: "/openshell/latest/get-started/tutorials"
94+
- source: "/openshell/latest/tutorials/:path*"
95+
destination: "/openshell/latest/get-started/tutorials/:path*"

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "nvidia",
3-
"version": "4.62.4"
3+
"version": "4.65.1"
44
}

fern/pages/tutorials/first-network-policy.mdx renamed to fern/pages/get-started/tutorials/first-network-policy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Write Your First Sandbox Network Policy"
33
sidebar-title: "First Network Policy"
4-
slug: "tutorials/first-network-policy"
4+
slug: "get-started/tutorials/first-network-policy"
55
description: "See how OpenShell network policies work by creating a sandbox, observing default-deny in action, and applying a fine-grained L7 read-only rule."
66
keywords: "Generative AI, Cybersecurity, Tutorial, Policy, Network Policy, Sandbox, Security"
77
tags:

fern/pages/tutorials/github-sandbox.mdx renamed to fern/pages/get-started/tutorials/github-sandbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Grant GitHub Push Access to a Sandboxed Agent"
33
sidebar-title: "GitHub Push Access"
4-
slug: "tutorials/github-sandbox"
4+
slug: "get-started/tutorials/github-sandbox"
55
description: "Learn the iterative policy workflow by launching a sandbox, diagnosing a GitHub access denial, and applying a custom policy to fix it."
66
keywords: "Generative AI, Cybersecurity, Tutorial, GitHub, Sandbox, Policy, Claude Code"
77
tags:

fern/pages/tutorials/index.mdx renamed to fern/pages/get-started/tutorials/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorials"
3-
slug: "tutorials"
3+
slug: "get-started/tutorials"
44
description: "Step-by-step walkthroughs for OpenShell, from first sandbox to production-ready policies."
55
keywords: "Generative AI, Cybersecurity, Tutorial, Sandbox, Policy"
66
tags:
@@ -16,22 +16,22 @@ Hands-on walkthroughs that teach OpenShell concepts by building real configurati
1616

1717
<Cards>
1818

19-
<Card title="First Network Policy" href="/tutorials/first-network-policy">
19+
<Card title="First Network Policy" href="/get-started/tutorials/first-network-policy">
2020

2121
Create a sandbox, observe default-deny networking, apply a read-only L7 policy, and inspect audit logs. No AI agent required.
2222
</Card>
2323

24-
<Card title="GitHub Push Access" href="/tutorials/github-sandbox">
24+
<Card title="GitHub Push Access" href="/get-started/tutorials/github-sandbox">
2525

2626
Launch Claude Code in a sandbox, diagnose a policy denial, and iterate on a custom GitHub policy from outside the sandbox.
2727
</Card>
2828

29-
<Card title="Inference with Ollama" href="/tutorials/inference-ollama">
29+
<Card title="Inference with Ollama" href="/get-started/tutorials/inference-ollama">
3030

3131
Route inference through Ollama using cloud-hosted or local models, and verify it from a sandbox.
3232
</Card>
3333

34-
<Card title="Local Inference with LM Studio" href="/tutorials/local-inference-lmstudio">
34+
<Card title="Local Inference with LM Studio" href="/get-started/tutorials/local-inference-lmstudio">
3535

3636
Route inference to a local LM Studio server via the OpenAI or Anthropic compatible APIs.
3737
</Card>

fern/pages/tutorials/inference-ollama.mdx renamed to fern/pages/get-started/tutorials/inference-ollama.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Run Local Inference with Ollama"
33
sidebar-title: "Inference with Ollama"
4-
slug: "tutorials/inference-ollama"
4+
slug: "get-started/tutorials/inference-ollama"
55
description: "Run local and cloud models inside an OpenShell sandbox using the Ollama community sandbox, or route sandbox requests to a host-level Ollama server."
66
keywords: "Generative AI, Cybersecurity, Tutorial, Inference Routing, Ollama, Local Inference, Sandbox"
77
tags:

fern/pages/tutorials/local-inference-lmstudio.mdx renamed to fern/pages/get-started/tutorials/local-inference-lmstudio.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Route Local Inference Requests to LM Studio"
33
sidebar-title: "Local Inference with LM Studio"
4-
slug: "tutorials/local-inference-lmstudio"
4+
slug: "get-started/tutorials/local-inference-lmstudio"
55
description: "Configure inference.local to route sandbox requests to a local LM Studio server running on the gateway host."
66
keywords: "Generative AI, Cybersecurity, Tutorial, Inference Routing, LM Studio, Local Inference, Sandbox"
77
tags:

fern/versions/latest.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
navigation:
4+
- section: "Documentation"
5+
contents:
6+
- page: "Home"
7+
path: ../pages/index.mdx
8+
- folder: ../pages/about
9+
title: "About NVIDIA OpenShell"
410
- section: "Get Started"
511
slug: get-started
612
contents:
7-
- page: "Home"
8-
path: ../pages/index.mdx
913
- page: "Quickstart"
1014
path: ../pages/get-started/quickstart.mdx
11-
- folder: ../pages/tutorials
15+
- folder: ../pages/get-started/tutorials
1216
skip-slug: true
13-
- folder: ../pages/about
14-
title: "About NVIDIA OpenShell"
1517
- folder: ../pages/sandboxes
1618
- folder: ../pages/inference
1719
title: "Inference Routing"

0 commit comments

Comments
 (0)