File tree Expand file tree Collapse file tree 6 files changed +3
-8
lines changed Expand file tree Collapse file tree 6 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,6 @@ if (result.results[0]?.html) {
181181
182182## Related resources
183183
184- - [ Build an AI Code Executor] ( /sandbox/tutorials/build-an- ai-code-executor/ ) - Complete tutorial
184+ - [ Build an AI Code Executor] ( /sandbox/tutorials/ai-code-executor/ ) - Complete tutorial
185185- [ Commands API] ( /sandbox/api/commands/ ) - Lower-level command execution
186186- [ Files API] ( /sandbox/api/files/ ) - File operations
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ export default {
243243## Related resources
244244
245245- [ Wrangler documentation] ( /workers/wrangler/ ) - Complete Wrangler reference
246- - [ Durable Objects configuration ] ( /durable-objects/configuration / ) - DO-specific settings
246+ - [ Durable Objects setup ] ( /durable-objects/get-started / ) - DO-specific configuration
247247- [ Dockerfile reference] ( /sandbox/configuration/dockerfile/ ) - Custom container images
248248- [ Environment variables] ( /sandbox/configuration/environment-variables/ ) - Passing configuration to sandboxes
249249- [ Get Started guide] ( /sandbox/get-started/ ) - Initial setup walkthrough
Original file line number Diff line number Diff line change @@ -258,6 +258,5 @@ console.log('All contexts deleted');
258258## Related resources
259259
260260- [ Code Interpreter API reference] ( /sandbox/api/interpreter/ ) - Complete API documentation
261- - [ AI code executor tutorial] ( /sandbox/tutorials/build-an- ai-code-executor/ ) - Build complete AI executor
261+ - [ AI code executor tutorial] ( /sandbox/tutorials/ai-code-executor/ ) - Build complete AI executor
262262- [ Execute commands guide] ( /sandbox/guides/execute-commands/ ) - Lower-level command execution
263- - [ Best practices] ( /sandbox/best-practices/ ) - Production patterns
Original file line number Diff line number Diff line change @@ -269,4 +269,3 @@ Preview URLs follow the pattern `https://{sandbox-id}-{port}.sandbox.workers.dev
269269- [ Ports API reference] ( /sandbox/api/ports/ ) - Complete port exposure API
270270- [ Background processes guide] ( /sandbox/guides/background-processes/ ) - Managing services
271271- [ Execute commands guide] ( /sandbox/guides/execute-commands/ ) - Starting services
272- - [ Dev environment tutorial] ( /sandbox/tutorials/dev-environment/ ) - Complete example
Original file line number Diff line number Diff line change @@ -21,4 +21,3 @@ These guides show you how to solve specific problems and implement features with
2121
2222- [ Tutorials] ( /sandbox/tutorials/ ) - Step-by-step learning paths
2323- [ API reference] ( /sandbox/api/ ) - Complete method documentation
24- - [ Best practices] ( /sandbox/best-practices/ ) - Performance, security, and production patterns
Original file line number Diff line number Diff line change @@ -69,5 +69,3 @@ All tutorials assume you have:
6969
7070- [ How-to guides] ( /sandbox/guides/ ) - Solve specific problems
7171- [ API reference] ( /sandbox/api/ ) - Complete SDK reference
72- - [ Examples] ( /sandbox/examples/ ) - Code snippets and patterns
73- - [ Best practices] ( /sandbox/best-practices/ ) - Production deployment guidance
You can’t perform that action at this time.
0 commit comments