summaryrefslogtreecommitdiff
path: root/docs/toc.json
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-05-10 03:09:42 +0200
committerGitHub <noreply@github.com>2020-05-10 03:09:42 +0200
commit45f9b32ef0416e0477e9f5335df49ca3cccdb6eb (patch)
treeb04cab2d36b39932320f9e95537910b8742f32f7 /docs/toc.json
parentf6b617784f53497b0c59d6f6f1370cb2223e38f3 (diff)
Docs for deno test + minor other changes (#5185)
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links.
Diffstat (limited to 'docs/toc.json')
-rw-r--r--docs/toc.json18
1 files changed, 3 insertions, 15 deletions
diff --git a/docs/toc.json b/docs/toc.json
index 061ba66f6..5369a0065 100644
--- a/docs/toc.json
+++ b/docs/toc.json
@@ -17,7 +17,7 @@
"name": "The Runtime",
"children": {
"stability": "Stability",
- "program_lifecycle": "Program Lifecycle",
+ "program_lifecycle": "Program lifecycle",
"compiler_apis": "Compiler APIs",
"workers": "Workers"
}
@@ -32,19 +32,7 @@
}
},
"testing": {
- "name": "Testing",
- "children": {
- "writing": "Writing tests",
- "running": "Running tests"
- }
- },
- "plugins": {
- "name": "Plugins",
- "children": {
- "how_do_plugins_work": "How do plugins work?",
- "creating_plugins": "Creating plugins",
- "using_plugins": "Using plugins"
- }
+ "name": "Testing"
},
"tools": {
"name": "Tools",
@@ -73,7 +61,7 @@
"name": "Examples",
"children": {
"unix_cat": "Unix cat program",
- "fileserver": "File server",
+ "file_server": "File server",
"tcp_echo": "TCP echo server",
"subprocess": "Creating a subprocess",
"permissions": "Inspecting and revoking permissions",