0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/docs/toc.json

74 lines
1.9 KiB
JSON
Raw Normal View History

2020-05-06 18:21:13 -04:00
{
"introduction": {
"name": "Introduction"
},
"getting_started": {
"name": "Getting Started",
"children": {
"installation": "Installation",
"setup_your_environment": "Setup your environment",
"first_steps": "First steps",
"permissions": "Permissions",
"typescript": "Using TypeScript",
"webassembly": "Using WebAssembly"
}
},
"runtime": {
"name": "The Runtime",
"children": {
"stability": "Stability",
"program_lifecycle": "Program lifecycle",
2020-05-06 18:21:13 -04:00
"compiler_apis": "Compiler APIs",
"workers": "Workers"
2020-05-06 18:21:13 -04:00
}
},
"linking_to_external_code": {
"name": "Linking to external code",
"children": {
"reloading_modules": "Reloading modules",
"integrity_checking": "Integrity checking",
"proxies": "Proxies",
"import_maps": "Import maps"
}
},
"testing": {
"name": "Testing"
2020-05-06 18:21:13 -04:00
},
"tools": {
"name": "Tools",
"children": {
"debugger": "Debugger",
"script_installer": "Script installer",
"formatter": "Formatter",
"bundler": "Bundler",
"documentation_generator": "Documentation generator",
"dependency_inspector": "Dependency inspector"
}
},
"embedding_deno": {
"name": "Embedding Deno"
},
"contributing": {
"name": "Contributing",
"children": {
"building_from_source": "Building from source",
"development_tools": "Development tools",
2020-05-09 09:05:23 -04:00
"style_guide": "Style guide",
2020-05-06 18:21:13 -04:00
"architecture": "Architecture"
}
},
"examples": {
"name": "Examples",
"children": {
"unix_cat": "Unix cat program",
"file_server": "File server",
2020-05-06 18:21:13 -04:00
"tcp_echo": "TCP echo server",
"subprocess": "Creating a subprocess",
"permissions": "Inspecting and revoking permissions",
"os_signals": "OS Signals",
"file_system_events": "File system events",
"testing_if_main": "Checking if file is main"
}
}
}