diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-09-20 15:07:35 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-09-20 15:07:35 +0200 |
commit | 473799ef7656372dee11cfb0d61157d9f6255d10 (patch) | |
tree | a4b40c9b10f6c4351f1c040e88b4349a4c05f0f8 /mkdocs.yml | |
parent | e89c553aedcd130cf97f05bbd58e958607222f4e (diff) |
add feature mail
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ nav: - 'Account security': 'account/secure/index.md' - Accounting: 'accounting/index.md' - Chat: 'chat/index.md' + - Mail: 'mail/index.md' - System: 'system/index.md' - 'System desktop': 'system/desktop/index.md' - 'System gateway': 'system/gateway/index.md' @@ -23,6 +24,7 @@ nav: - 'Account security': 'account/secure/use.md' - Accounting: 'accounting/use.md' - Chat: 'chat/use.md' + - Mail: 'mail/use.md' - Source: 'source/use.md' - Administration: # - Introduction: 'admin.md' |