aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 3ef68578333b5962d01c5e17148c904f8aca6fb4 (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. - Mail: 'mail/index.md'
  16. - System: 'system/index.md'
  17. - 'System desktop': 'system/desktop/index.md'
  18. - 'System gateway': 'system/gateway/index.md'
  19. - Source: 'source/index.md'
  20. - Use:
  21. # - Introduction: 'use.md'
  22. # - Account: 'account/use.md'
  23. - 'Account shell': 'account/shell/use.md'
  24. - 'Account security': 'account/secure/use.md'
  25. - Accounting: 'accounting/use.md'
  26. - Chat: 'chat/use.md'
  27. - Mail: 'mail/use.md'
  28. - Source: 'source/use.md'
  29. - Administration:
  30. # - Introduction: 'admin.md'
  31. - Account: 'account/admin.md'
  32. - 'Account shell': 'account/shell/admin.md'
  33. - 'Account security setup': 'account/secure/setup.md'
  34. # - Chat: 'chat/admin.md'
  35. - 'System desktop setup': 'system/desktop/setup.md'
  36. - 'System gateway setup': 'system/gateway/setup.md'
  37. - Development:
  38. # - Introduction: 'devel.md'
  39. - System: 'system/devel.md'
  40. - About:
  41. - Website: 'index.md'
  42. - 'Website setup': 'setup.md'
  43. - 'Source structure': 'about/index.md'
  44. - 'Source setup': 'about/setup.md'
  45. - 'Source maintenance': 'about/admin.md'