summaryrefslogtreecommitdiffstats
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..3019cfd
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,17 @@
1# Index
2* Design
3 * Design Goals
4 * Overview
5 * Client API
6 * Storage
7 * Resource
8 * Facade
9 * Logging
10* Extending Akoandi Next
11 * Steps to add support for new types
12 * Steps for adding support for a type to a resource
13
14# Documentation
15This documentation is built using [mkdocs.org](http://mkdocs.org).
16
17Use `mkdocs serve` to run a local webserver to view the docs.