diff options
| author | tokiedokie <thetokiedokie@gmail.com> | 2020-09-11 23:28:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-11 16:28:25 +0200 |
| commit | 7ff0c4d8c88027a2157df5e2e6c47ef647a2e614 (patch) | |
| tree | ac54ea7c429cceec295de3c2a386f66d60cca884 /docs/toc.json | |
| parent | fbb18d40d3cfd0d24262e8e73b97f22770734572 (diff) | |
docs: move “Debugger” to “Debugging your code” in “Getting started” (#7421)
Diffstat (limited to 'docs/toc.json')
| -rw-r--r-- | docs/toc.json | 4 |
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", |
