diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 21:53:55 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 21:53:55 +0100 |
commit | fb18a4c1c5e379b88018d5584cc2a7d746c55e27 (patch) | |
tree | 83998a80c7c0743618c077d702e513ca8e050390 /mkdocs.yml | |
parent | d788632520e75570ae7da1bb882cfc1b2c7b2038 (diff) |
Add feature system-desktop.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ nav: - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' - System: 'system/index.md' + - 'System desktop': 'system/desktop/index.md' - Source: 'source/index.md' - Use: # - Introduction: 'use.md' @@ -20,6 +21,7 @@ nav: - Account: 'account/admin.md' - 'Account shell': 'account/shell/admin.md' # - Chat: 'chat/admin.md' + - 'System desktop setup': 'system/desktop/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' |