aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: fac566d3a0cff8414639f1d2bda173ae7a144915 (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. - Calendar events: 'event/index.md'
  15. - Chat: 'chat/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. - Calendaring events: 'event/use.md'
  27. - Chat: 'chat/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. - Calendaring events: 'event/admin.md'
  35. # - Chat: 'chat/admin.md'
  36. - 'System desktop setup': 'system/desktop/setup.md'
  37. - 'System gateway setup': 'system/gateway/setup.md'
  38. - Development:
  39. # - Introduction: 'devel.md'
  40. - System: 'system/devel.md'
  41. - About:
  42. - Website: 'index.md'
  43. - 'Website setup': 'setup.md'
  44. - 'Source structure': 'about/index.md'
  45. - 'Source setup': 'about/setup.md'
  46. - 'Source maintenance': 'about/admin.md'