diff options
-rw-r--r-- | .mrconfig | 3 | ||||
-rw-r--r-- | mkdocs.yml | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,9 @@ [source/account] checkout = git clone 'https://source.virtual-assembly.org/feature/account.git' 'account' +[source/account-secure] +checkout = git clone 'https://source.redpill.dk/account-secure.git' 'account-secure' + [source/account-shell] checkout = git clone 'https://source.virtual-assembly.org/feature/account-shell.git' 'account-shell' @@ -4,6 +4,7 @@ nav: - Introductions: - Account: 'account/index.md' - 'Account shell': 'account/shell/index.md' + - 'Account security': 'account/secure/index.md' - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' @@ -13,6 +14,7 @@ nav: # - Introduction: 'use.md' # - Account: 'account/use.md' - 'Account shell': 'account/shell/use.md' + - 'Account security': 'account/secure/use.md' - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' - Source: 'source/use.md' @@ -20,6 +22,7 @@ nav: # - Introduction: 'admin.md' - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' + - 'Account security setup': 'account/secure/setup.md' # - Chat: 'chat/admin.md' - 'System desktop setup': 'system/desktop/setup.md' - Development: |