mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
45f9b32ef0
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links.
73 lines
1.9 KiB
JSON
73 lines
1.9 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"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|