diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 21:55:59 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 21:55:59 +0100 |
commit | 916e384dd9d18029ca40a25d5f9ee4d24f3bb1ee (patch) | |
tree | 47d25f753ae48ead01ce37f238876f2df3854ffe /mkdocs.yml | |
parent | fb18a4c1c5e379b88018d5584cc2a7d746c55e27 (diff) |
Add feature account-secure.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |