summaryrefslogtreecommitdiff
path: root/docs/examples.md
diff options
context:
space:
mode:
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)