aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml20
1 files changed, 17 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 2436a8e..baf9b19 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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'