aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mrconfig3
-rw-r--r--mkdocs.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig
index d3478bf..746dedd 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -10,3 +10,6 @@ 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/about]
+checkout = git clone 'https://source.couchdesign.dk/org.git' 'org'
diff --git a/mkdocs.yml b/mkdocs.yml
index 33426b2..eb2dcc8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -17,3 +17,6 @@ nav:
- Account: 'account/admin.md'
- 'Account shell': 'account/shell/admin.md'
# - Chat: 'chat/admin.md'
+- About:
+ - Structure: 'about/index.md'
+ - 'Technical setup': 'about/setup.md'