@@ -301,86 +301,86 @@ export const sidebar = [
301301 ] ,
302302 } ,
303303 {
304- title : "Sandboxes " ,
304+ title : "Deno Sandbox " ,
305305 items : [
306306 {
307307 title : "Evaluating JavaScript" ,
308- href : "/examples/sandboxes_evaluating_javascript /" ,
308+ href : "/examples/sandbox_evaluating_javascript /" ,
309309 type : "example" ,
310310 } ,
311311 {
312312 title : "Spawn a subprocess" ,
313- href : "/examples/sandboxes_spawn_subprocess /" ,
313+ href : "/examples/sandbox_spawn_subprocess /" ,
314314 type : "example" ,
315315 } ,
316316 {
317317 title : "Serve a web framework" ,
318- href : "/examples/sandboxes_web_framework /" ,
318+ href : "/examples/sandbox_web_framework /" ,
319319 type : "example" ,
320320 } ,
321321 {
322322 title : "Privide SSH access to a sandbox" ,
323- href : "/examples/sandboxes_ssh_access /" ,
323+ href : "/examples/sandbox_ssh_access /" ,
324324 type : "example" ,
325325 } ,
326326 {
327327 title : "Intereactive JavaScript REPL" ,
328- href : "/examples/sandboxes_javascript_repl /" ,
328+ href : "/examples/sandbox_javascript_repl /" ,
329329 type : "example" ,
330330 } ,
331331 {
332332 title : "Provide a VSCode instance in a sandbox" ,
333- href : "/examples/sandboxes_vscode_instance /" ,
333+ href : "/examples/sandbox_vscode_instance /" ,
334334 type : "example" ,
335335 } ,
336336 {
337337 title : "Use template literals with variable interpolation" ,
338- href : "/examples/sandboxes_template_literals /" ,
338+ href : "/examples/sandbox_template_literals /" ,
339339 type : "example" ,
340340 } ,
341341 {
342342 title : "Error handling" ,
343- href : "/examples/sandboxes_error_handling /" ,
343+ href : "/examples/sandbox_error_handling /" ,
344344 type : "example" ,
345345 } ,
346346 {
347347 title : "Error handling with custom error classes" ,
348- href : "/examples/sandboxes_custom_error_classes /" ,
348+ href : "/examples/sandbox_custom_error_classes /" ,
349349 type : "example" ,
350350 } ,
351351 {
352352 title : "Command cancellation" ,
353- href : "/examples/sandboxes_command_cancellation /" ,
353+ href : "/examples/sandbox_command_cancellation /" ,
354354 type : "example" ,
355355 } ,
356356 {
357357 title : "Access string and binary output" ,
358- href : "/examples/sandboxes_access_output /" ,
358+ href : "/examples/sandbox_access_output /" ,
359359 type : "example" ,
360360 } ,
361361 {
362362 title : "Set and get environment variables" ,
363- href : "/examples/sandboxes_environment_variables /" ,
363+ href : "/examples/sandbox_environment_variables /" ,
364364 type : "example" ,
365365 } ,
366366 {
367367 title : "Stream output to a local file" ,
368- href : "/examples/sandboxes_stream_output /" ,
368+ href : "/examples/sandbox_stream_output /" ,
369369 type : "example" ,
370370 } ,
371371 {
372372 title : "Upload files and directories to a sandbox" ,
373- href : "/examples/sandboxes_upload_files /" ,
373+ href : "/examples/sandbox_upload_files /" ,
374374 type : "example" ,
375375 } ,
376376 {
377377 title : "Control sandbox timeout" ,
378- href : "/examples/sandboxes_timeout_control /" ,
378+ href : "/examples/sandbox_timeout_control /" ,
379379 type : "example" ,
380380 } ,
381381 {
382382 title : "Configure sandbox memory" ,
383- href : "/examples/sandboxes_memory /" ,
383+ href : "/examples/sandbox_memory /" ,
384384 type : "example" ,
385385 } ,
386386 ] ,
0 commit comments