diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-04-04 20:11:34 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-04-04 20:11:34 +0200 |
commit | 3ec86dc5d0732b9cb95159cf8f68458c4e92f1fa (patch) | |
tree | 90c126917402041b985f7b53d23f1af2eb21954b | |
parent | 966a863459e21eb2fb7da67bb4c06fa92f767393 (diff) |
add feature event
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | mkdocs.yml | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -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' @@ -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' |