diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | mkdocs.yml | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -11,5 +11,8 @@ checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'cha [source/source] checkout = git clone 'https://source.redpill.dk/source.git' 'source' +[source/system] +checkout = git clone 'https://source.redpill.dk/system.git' 'system' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' @@ -5,6 +5,7 @@ nav: - Account: 'account/index.md' - 'Account shell': 'account/shell/index.md' - Chat: 'chat/index.md' + - System: 'system/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' |