diff options
author | Jonas Smedegaard <dr@jones.dk> | 2018-11-24 18:00:49 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2018-11-24 18:00:49 +0100 |
commit | ee28654bb1095eeb08b8e404e7dca34e382c111c (patch) | |
tree | 8188e4f219cd5743f5dec73a9973c6f25972dfc3 /mkdocs.yml |
Initial draft.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 19 |
1 files changed, 19 insertions, 0 deletions
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' |