aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mrconfig3
-rw-r--r--mkdocs.yml3
-rw-r--r--site.mk2
3 files changed, 8 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig
index 80d5f7d..b32175d 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -14,6 +14,9 @@ checkout = git clone 'git://source.redpill.dk/accounting.git' 'accounting'
[source/chat]
checkout = git clone 'git://source.redpill.dk/chat-matrix.git' 'chat'
+[source/event]
+checkout = git clone 'git://source.redpill.dk/event.git' 'event'
+
[source/source]
checkout = git clone 'git://source.redpill.dk/source.git' 'source'
diff --git a/mkdocs.yml b/mkdocs.yml
index baf9b19..fac566d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -11,6 +11,7 @@ nav:
- 'Account shell': 'account/shell/index.md'
- 'Account security': 'account/secure/index.md'
- Accounting: 'accounting/index.md'
+ - Calendar events: 'event/index.md'
- Chat: 'chat/index.md'
- System: 'system/index.md'
- 'System desktop': 'system/desktop/index.md'
@@ -22,6 +23,7 @@ nav:
- 'Account shell': 'account/shell/use.md'
- 'Account security': 'account/secure/use.md'
- Accounting: 'accounting/use.md'
+ - Calendaring events: 'event/use.md'
- Chat: 'chat/use.md'
- Source: 'source/use.md'
- Administration:
@@ -29,6 +31,7 @@ nav:
- Account: 'account/admin.md'
- 'Account shell': 'account/shell/admin.md'
- 'Account security setup': 'account/secure/setup.md'
+ - Calendaring events: 'event/admin.md'
# - Chat: 'chat/admin.md'
- 'System desktop setup': 'system/desktop/setup.md'
- 'System gateway setup': 'system/gateway/setup.md'
diff --git a/site.mk b/site.mk
new file mode 100644
index 0000000..4d7db52
--- /dev/null
+++ b/site.mk
@@ -0,0 +1,2 @@
+domain = couchdesign.dk
+organisation = Couchdesign