diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-06-20 13:05:21 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-06-20 13:11:59 +0200 |
commit | f8c9b361b169d395bf5dbbeb6bafb702d3832795 (patch) | |
tree | d8bf113981db30f0b9dab123c0c415aadfdb2b19 /mkdocs.yml | |
parent | 7d076ad39994fda8d86f7a4dfe9822c8c85aa915 (diff) | |
parent | 8fe1e54f704d6a1eefff2109d578821cc0c52315 (diff) |
Merge development from couchdesign branch
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -1,29 +1,43 @@ site_name: System features repo_url: https://source.couchdesign.dk/features.git/ +markdown_extensions: + - toc: + permalink: 'ยง' + - codehilite: + guess_lang: False 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' + - 'System desktop': 'system/desktop/index.md' - 'System gateway': 'system/gateway/index.md' - Source: 'source/index.md' - Use: # - 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' - Administration: # - 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' - 'System gateway setup': 'system/gateway/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' - About: - - Structure: 'about/index.md' - - 'Technical setup': 'about/setup.md' - - 'Maintenance': 'about/admin.md' + - Website: 'index.md' + - 'Website setup': 'setup.md' + - 'Source structure': 'about/index.md' + - 'Source setup': 'about/setup.md' + - 'Source maintenance': 'about/admin.md' |