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
2020-05-13 19:19:29 +02:00

76 lines
2 KiB
JSON

{
"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",
"compiler_apis": "Compiler APIs",
"workers": "Workers"
}
},
"linking_to_external_code": {
"name": "Linking to external code",
"children": {
"reloading_modules": "Reloading modules",
"integrity_checking": "Integrity checking",
"proxies": "Proxies",
"import_maps": "Import maps"
}
},
"standard_library": {
"name": "Standard library"
},
"testing": {
"name": "Testing"
},
"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",
"style_guide": "Style guide",
"architecture": "Architecture"
}
},
"examples": {
"name": "Examples",
"children": {
"unix_cat": "Unix cat program",
"file_server": "File server",
"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"
}
}
}