summaryrefslogtreecommitdiff
path: root/docs/examples.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/examples.md
parent9b9becf1ae256b645e37a7eecf3441f3ae4b8ea5 (diff)
chore: move docs to separate repository
Diffstat (limited to 'docs/examples.md')
-rw-r--r--docs/examples.md23
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/examples.md b/docs/examples.md
deleted file mode 100644
index 450f600ab..000000000
--- a/docs/examples.md
+++ /dev/null
@@ -1,23 +0,0 @@
-# Examples
-
-In this chapter you can find some example programs that you can use to learn
-more about the runtime.
-
-## Basic
-
-- [Hello world](./examples/hello_world.md)
-- [Import and export modules](./examples/import_export.md)
-- [Manage dependencies](./examples/manage_dependencies.md)
-- [Fetch data](./examples/fetch_data.md)
-- [Read and write files](./examples/read_write_files.md)
-
-## Advanced
-
-- [Unix cat program](./examples/unix_cat.md)
-- [HTTP web server](./examples/http_server.md)
-- [File server](./examples/file_server.md)
-- [TCP echo server](./examples/tcp_echo.md)
-- [Creating a subprocess](./examples/subprocess.md)
-- [OS signals](./examples/os_signals.md)
-- [File system events](./examples/file_system_events.md)
-- [Module metadata](./examples/module_metadata.md)