diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | mkdocs.yml | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,9 @@ checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' ' [source/account-shell] checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell' +[source/accounting] +checkout = git clone 'https://source.couchdesign.dk/accounting.git' 'accounting' + [source/chat] checkout = git clone 'https://source.virtual-assembly.org/feature/chat.git' 'chat' @@ -4,6 +4,7 @@ nav: - Introductions: - Account: 'account/index.md' - 'Account shell': 'account/shell/index.md' + - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' - Source: 'source/index.md' @@ -11,6 +12,7 @@ nav: # - Introduction: 'use.md' # - Account: 'account/use.md' - 'Account shell': 'account/shell/use.md' + - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' - Source: 'source/use.md' - Administration: |