diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -17,5 +17,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-desktop] +checkout = git clone 'https://source.couchdesign.dk/system-desktop.git' 'system-desktop' + [source/about] checkout = git clone 'https://source.couchdesign.dk/org.git' 'about' @@ -7,6 +7,7 @@ nav: - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' + - 'System desktop': 'system/desktop/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -20,6 +21,7 @@ nav: - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' # - Chat: 'chat/admin.md' + - 'System desktop setup': 'system/desktop/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' |