aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-11-29 03:44:40 +0100
committerJonas Smedegaard <dr@jones.dk>2018-11-29 03:44:40 +0100
commiteede0c3bf293611c110d753c98bdf56935144406 (patch)
tree2f9bf9230f12d4c50d2074b96eb84f745e844dcb
parent0ea543e300c1b73082616431a1717a68a95a6959 (diff)
Add about: Organization of features.
-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'