summaryrefslogtreecommitdiff
path: root/docs/toc.json
diff options
context:
space:
mode:
authortokiedokie <thetokiedokie@gmail.com>2020-09-11 23:28:25 +0900
committerGitHub <noreply@github.com>2020-09-11 16:28:25 +0200
commit7ff0c4d8c88027a2157df5e2e6c47ef647a2e614 (patch)
treeac54ea7c429cceec295de3c2a386f66d60cca884 /docs/toc.json
parentfbb18d40d3cfd0d24262e8e73b97f22770734572 (diff)
docs: move “Debugger” to “Debugging your code” in “Getting started” (#7421)
Diffstat (limited to 'docs/toc.json')
-rw-r--r--docs/toc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/toc.json b/docs/toc.json
index 626530a38..331629fcf 100644
--- a/docs/toc.json
+++ b/docs/toc.json
@@ -11,7 +11,8 @@
"command_line_interface": "Command line interface",
"permissions": "Permissions",
"typescript": "Using TypeScript",
- "webassembly": "Using WebAssembly"
+ "webassembly": "Using WebAssembly",
+ "debugging_your_code": "Debugging your code"
}
},
"runtime": {
@@ -45,7 +46,6 @@
"tools": {
"name": "Tools",
"children": {
- "debugger": "Debugger",
"script_installer": "Script installer",
"formatter": "Formatter",
"bundler": "Bundler",