From fb18a4c1c5e379b88018d5584cc2a7d746c55e27 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 2 Nov 2019 21:53:55 +0100 Subject: Add feature system-desktop. --- .mrconfig | 3 +++ mkdocs.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.mrconfig b/.mrconfig index 6c59dda..4099429 100644 --- a/.mrconfig +++ b/.mrconfig @@ -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' diff --git a/mkdocs.yml b/mkdocs.yml index 94a4a2a..27d120c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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' -- cgit v1.2.3