summaryrefslogtreecommitdiff
path: root/docs/getting_started.md
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/getting_started.md
parentfbb18d40d3cfd0d24262e8e73b97f22770734572 (diff)
docs: move “Debugger” to “Debugging your code” in “Getting started” (#7421)
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r--docs/getting_started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 2643a22ca..1da9147bb 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -10,3 +10,4 @@ In this chapter we'll discuss:
- [Understanding permissions](./getting_started/permissions.md)
- [Using Deno with TypeScript](./getting_started/typescript.md)
- [Using WebAssembly](./getting_started/webassembly.md)
+- [Debugging your code](./getting_started/debugging_your_code.md)