Skip to content

Commit 6b7d2fd

Browse files
committed
sandboxes(chore): clean up "next steps" sections
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 8d42af6 commit 6b7d2fd

4 files changed

Lines changed: 0 additions & 24 deletions

File tree

content/manuals/ai/sandboxes/architecture.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,3 @@ Sandboxes trade higher resource overhead (VM + daemon) for complete isolation.
223223
Use containers when you need lightweight packaging without Docker access. Use
224224
sandboxes when you need to give something autonomous full Docker capabilities
225225
without trusting it with your host environment.
226-
227-
## Next steps
228-
229-
- [Network policies](network-policies.md)
230-
- [Custom templates](templates.md)
231-
- [Using sandboxes effectively](workflows.md)

content/manuals/ai/sandboxes/network-policies.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,3 @@ You can modify the default policy:
385385
Review and customize the default policy to match your security requirements
386386
before creating new sandboxes. Once created, the default policy file won't be
387387
modified by upgrades, preserving your custom configuration.
388-
389-
## Next steps
390-
391-
- [Architecture](architecture.md)
392-
- [Using sandboxes effectively](workflows.md)
393-
- [Custom templates](templates.md)

content/manuals/ai/sandboxes/templates.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,3 @@ $ docker sandbox run -t myorg/sandbox-templates:python-v1.0 claude [PATH]
218218

219219
Use version tags like `:v1.0` instead of `:latest` for consistency across your
220220
team.
221-
222-
## Next steps
223-
224-
- [Using sandboxes effectively](workflows.md)
225-
- [Architecture](architecture.md)
226-
- [Network policies](network-policies.md)

content/manuals/ai/sandboxes/workflows.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,3 @@ List all sandboxes:
284284
```console
285285
$ docker sandbox ls
286286
```
287-
288-
## Next steps
289-
290-
- [Custom templates](templates.md)
291-
- [Architecture](architecture.md)
292-
- [Network policies](network-policies.md)

0 commit comments

Comments
 (0)