diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-26 16:49:06 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-05-26 16:49:06 +0200 |
commit | f8142c6dca39b7f8bf11b27b3be909bc535210e0 (patch) | |
tree | b824783621ec6de741b533b6bd4564394b3adf14 | |
parent | 2287d7348a8d78be08d479c73cf67cfdcc366a68 (diff) |
tidy YAML markupmaster
-rw-r--r-- | mkdocs.yml | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -8,21 +8,21 @@ markdown_extensions: nav: - Introductions: - Account: 'account/index.md' - - 'Account shell': 'account/shell/index.md' - - 'Account security': 'account/secure/index.md' + - Account shell: 'account/shell/index.md' + - Account security: 'account/secure/index.md' - Calendar events: 'event/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' + - System desktop: 'system/desktop/index.md' + - System gateway: 'system/gateway/index.md' - Source: 'source/index.md' - Media masters: 'media/master/index.md' - Use: # - Introduction: 'use.md' # - Account: 'account/use.md' - - 'Account shell': 'account/shell/use.md' - - 'Account security': 'account/secure/use.md' + - Account shell: 'account/shell/use.md' + - Account security: 'account/secure/use.md' - Calendaring events: 'event/use.md' - Chat: 'chat/use.md' - Mail: 'mail/use.md' @@ -31,19 +31,19 @@ nav: - Administration: # - Introduction: 'admin.md' - Account: 'account/admin.md' - - 'Account shell': 'account/shell/admin.md' - - 'Account security setup': 'account/secure/setup.md' + - Account shell: 'account/shell/admin.md' + - Account security setup: 'account/secure/setup.md' - Calendaring events: 'event/admin.md' # - Chat: 'chat/admin.md' - - 'System desktop setup': 'system/desktop/setup.md' - - 'System gateway setup': 'system/gateway/setup.md' + - System desktop setup: 'system/desktop/setup.md' + - System gateway setup: 'system/gateway/setup.md' - Media masters setup: 'media/master/setup.md' - Development: # - Introduction: 'devel.md' - System: 'system/devel.md' - About: - Website: 'index.md' - - 'Website setup': 'setup.md' - - 'Source structure': 'about/index.md' - - 'Source setup': 'about/setup.md' - - 'Source maintenance': 'about/admin.md' + - Website setup: 'setup.md' + - Source structure: 'about/index.md' + - Source setup: 'about/setup.md' + - Source maintenance: 'about/admin.md' |