diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-11-03 18:40:23 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-11-03 18:48:43 +0100 |
commit | 7d076ad39994fda8d86f7a4dfe9822c8c85aa915 (patch) | |
tree | a337543f51f8316fdd569260169520d844679864 /mkdocs.yml | |
parent | 3bb95f88f51c3a970530deb749861ca14b5ba8fd (diff) |
add feature system-gateway
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ nav: - 'Account shell': 'account/shell/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' + - 'System gateway': 'system/gateway/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -18,6 +19,7 @@ nav: - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' # - Chat: 'chat/admin.md' + - 'System gateway setup': 'system/gateway/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' |