aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: c976b821a522f5f92c307590d6485d3cbbc3ff35 (plain)
  1. site_name: System features
  2. repo_url: https://source.couchdesign.dk/features.git/
  3. nav:
  4. - Introductions:
  5. - Account: 'account/index.md'
  6. - 'Account shell': 'account/shell/index.md'
  7. - 'Account security': 'account/secure/index.md'
  8. - Accounting: 'accounting/index.md'
  9. - Chat: 'chat/index.md'
  10. - System: 'system/index.md'
  11. - 'System desktop': 'system/desktop/index.md'
  12. - 'System gateway': 'system/gateway/index.md'
  13. - Source: 'source/index.md'
  14. - Use:
  15. # - Introduction: 'use.md'
  16. # - Account: 'account/use.md'
  17. - 'Account shell': 'account/shell/use.md'
  18. - 'Account security': 'account/secure/use.md'
  19. - Accounting: 'accounting/use.md'
  20. - Chat: 'chat/use.md'
  21. - Source: 'source/use.md'
  22. - Administration:
  23. # - Introduction: 'admin.md'
  24. - Account: 'account/admin.md'
  25. - 'Account shell': 'account/shell/admin.md'
  26. - 'Account security setup': 'account/secure/setup.md'
  27. # - Chat: 'chat/admin.md'
  28. - 'System desktop setup': 'system/desktop/setup.md'
  29. - 'System gateway setup': 'system/gateway/setup.md'
  30. - Development:
  31. # - Introduction: 'devel.md'
  32. - System: 'system/devel.md'
  33. - About:
  34. - Structure: 'about/index.md'
  35. - 'Technical setup': 'about/setup.md'
  36. - 'Maintenance': 'about/admin.md'