diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -14,5 +14,8 @@ checkout = git clone 'https://source.redpill.dk/source.git' 'source' [source/system] checkout = git clone 'https://source.redpill.dk/system.git' 'system' +[source/system-gateway] +checkout = git clone 'https://source.redpill.dk/system-gateway.git' 'system-gateway' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' @@ -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' |