From ee28654bb1095eeb08b8e404e7dca34e382c111c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 24 Nov 2018 18:00:49 +0100 Subject: Initial draft. --- mkdocs.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mkdocs.yml (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..e8451e7 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,19 @@ +site_name: System features +nav: +- Features: + - Introduction: 'index.md' + - Account: 'account/index.md' + - 'Account shell': 'account/shell/index.md' + - Chat: 'chat/index.md' + - Source: 'source/index.md' +- Use: +# - Introduction: 'use.md' +# - Account: 'account/use.md' + - 'Account shell': 'account/shell/use.md' + - Chat: 'chat/use.md' + - Source: 'source/use.md' +- Administration: +# - Introduction: 'admin.md' + - Account: 'account/admin.md' + - 'Account shell': 'account/shell/admin.md' +# - Chat: 'chat/admin.md' -- cgit v1.2.3