aboutsummaryrefslogtreecommitdiff
path: root/content/documentation.md
diff options
context:
space:
mode:
authorSander Vrijders <sander@ouroboros.rocks>2019-02-19 11:48:45 +0100
committerSander Vrijders <sander@ouroboros.rocks>2019-02-19 11:56:34 +0100
commit7b329bcdecfd820db98f015fbdd670c49dbdc777 (patch)
tree963a1815b1639d0a63f345a3d6edabdf20fa08b1 /content/documentation.md
downloadwebsite-7b329bcdecfd820db98f015fbdd670c49dbdc777.tar.gz
website-7b329bcdecfd820db98f015fbdd670c49dbdc777.zip
Initial commit
This adds the initial files for the website, powered by Hugo. Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'content/documentation.md')
-rw-r--r--content/documentation.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/content/documentation.md b/content/documentation.md
new file mode 100644
index 0000000..ed1c3d3
--- /dev/null
+++ b/content/documentation.md
@@ -0,0 +1,43 @@
+---
+title: "Documentation"
+draft: false
+menu: "main"
+menu:
+ main:
+ weight: 10
+---
+
+# Getting started
+
+* [Requirements](/requirements/)
+* [Download Ouroboros](/download/)
+* [Installing Ouroboros](/install/)
+* [Compilation options](/compopt/)
+
+# User tutorials
+
+These tutorials will be kept up-to-date for the latest version of
+Ouroboros. Check the version that is installed on your system using:
+
+```
+$ irmd --version
+```
+
+The output shown in the tutorials uses a [*debug*](/compopt) build
+of Ouroboros, with FUSE installed and IPCP\_FLOW\_STATS enabled to show
+some additional details of what is happening.
+
+* [Tutorial 1: Local test](/tutorial-1/)
+* [Tutorial 2: Adding a layer](/tutorial-2/)
+* [Tutorial 3: IPCP statistics](/tutorial-3/)
+* [Tutorial 4: Connecting two machines over Ethernet](/tutorial-4/)
+
+# Developer tutorials
+
+* [Developer tutorial 1: Writing your first Ouroboros C program](/dev-tut-1/)
+
+# Extra info
+
+* [Manual pages](/manuals/)
+* [Frequently Asked Questions (FAQ)](/faq/)
+* [Performance tests](/performance/)