aboutsummaryrefslogtreecommitdiff
path: root/docs/manual/SUMMARY.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-22 16:44:19 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-22 16:44:19 +0200
commitf0551b8645d9e3babf35e40fbc74c02ec8990e58 (patch)
tree140ce0b81f1da4a385a02709e03e9a734c0ee420 /docs/manual/SUMMARY.md
parentFixed bug with starting up if the local socket wasn't cleaned up (diff)
downloadsmolbote-f0551b8645d9e3babf35e40fbc74c02ec8990e58.tar.xz
Updated documentation
Diffstat (limited to 'docs/manual/SUMMARY.md')
-rw-r--r--docs/manual/SUMMARY.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/manual/SUMMARY.md b/docs/manual/SUMMARY.md
new file mode 100644
index 0000000..5362502
--- /dev/null
+++ b/docs/manual/SUMMARY.md
@@ -0,0 +1,14 @@
+# Summary
+
+- [Introduction](./Introduction.md)
+- [Getting started](./Quickstart.md)
+- [Features](./Features.md)
+ - [1.0](./Features.1.0.md)
+- [Building](./Building.md)
+ - [Dependencies](./Building.Dependencies.md)
+ - [Compiling](./Building.Compiling.md)
+ - [Packaging](./Building.Packaging.md)
+- [Contributing](./Contributing.md)
+ - [Reporting bugs](./Contributing.Bugs.md)
+ - [Code style](./Contributing.Style.md)
+ - [Before you submit](./Contributing.Code.md)