diff options
author | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 21:18:56 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2019-11-02 21:18:56 +0100 |
commit | 012d6c9c285c8fb993bef05b55503819e030e817 (patch) | |
tree | 3c198d8353a6b1fc0cb73d584510088aca0a0064 /mkdocs.yml | |
parent | 82db9d928f13073932d7f035a19da933fcc5d9fa (diff) |
Add feature accounting.
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |