summaryrefslogtreecommitdiff
path: root/docs/getting_started.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-20 16:25:36 +0200
committerGitHub <noreply@github.com>2021-07-20 16:25:36 +0200
commitd744c0c6d9a557bbaa2a23571ffb3acabf19c35a (patch)
tree6f7fb8a71b786e79c48f4b2c11a5a9ca988717e8 /docs/getting_started.md
parent9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff)
chore: move docs to separate repository
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r--docs/getting_started.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
deleted file mode 100644
index ffd6cee89..000000000
--- a/docs/getting_started.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# Getting Started
-
-In this chapter we'll discuss:
-
-- [Installing Deno](./getting_started/installation.md)
-- [Setting up your environment](./getting_started/setup_your_environment.md)
-- [Running a `Hello World` script](./getting_started/first_steps.md)
-- [Writing our own script](./getting_started/first_steps.md)
-- [Command line interface](./getting_started/command_line_interface.md)
-- [Understanding permissions](./getting_started/permissions.md)
-- [Using WebAssembly](./getting_started/webassembly.md)
-- [Debugging your code](./getting_started/debugging_your_code.md)