aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: baf9b1946f5b939da3970da55339c82618158d95 (plain)
  1. site_name: System features
  2. repo_url: https://source.couchdesign.dk/features.git/
  3. markdown_extensions:
  4. - toc:
  5. permalink: 'ยง'
  6. - codehilite:
  7. guess_lang: False
  8. nav:
  9. - Introductions:
  10. - Account: 'account/index.md'
  11. - 'Account shell': 'account/shell/index.md'
  12. - 'Account security': 'account/secure/index.md'
  13. - Accounting: 'accounting/index.md'
  14. - Chat: 'chat/index.md'
  15. - System: 'system/index.md'
  16. - 'System desktop': 'system/desktop/index.md'
  17. - 'System gateway': 'system/gateway/index.md'
  18. - Source: 'source/index.md'
  19. - Use:
  20. # - Introduction: 'use.md'
  21. # - Account: 'account/use.md'
  22. - 'Account shell': 'account/shell/use.md'
  23. - 'Account security': 'account/secure/use.md'
  24. - Accounting: 'accounting/use.md'
  25. - Chat: 'chat/use.md'
  26. - Source: 'source/use.md'
  27. - Administration:
  28. # - Introduction: 'admin.md'
  29. - Account: 'account/admin.md'
  30. - 'Account shell': 'account/shell/admin.md'
  31. - 'Account security setup': 'account/secure/setup.md'
  32. # - Chat: 'chat/admin.md'
  33. - 'System desktop setup': 'system/desktop/setup.md'
  34. - 'System gateway setup': 'system/gateway/setup.md'
  35. - Development:
  36. # - Introduction: 'devel.md'
  37. - System: 'system/devel.md'
  38. - About:
  39. - Website: 'index.md'
  40. - 'Website setup': 'setup.md'
  41. - 'Source structure': 'about/index.md'
  42. - 'Source setup': 'about/setup.md'
  43. - 'Source maintenance': 'about/admin.md'