aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 27d120c1f3424b9f24865d71e4c802b28341cc47 (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. - Accounting: 'accounting/index.md'
  8. - Chat: 'chat/index.md'
  9. - System: 'system/index.md'
  10. - 'System desktop': 'system/desktop/index.md'
  11. - Source: 'source/index.md'
  12. - Use:
  13. # - Introduction: 'use.md'
  14. # - Account: 'account/use.md'
  15. - 'Account shell': 'account/shell/use.md'
  16. - Accounting: 'accounting/use.md'
  17. - Chat: 'chat/use.md'
  18. - Source: 'source/use.md'
  19. - Administration:
  20. # - Introduction: 'admin.md'
  21. - Account: 'account/admin.md'
  22. - 'Account shell': 'account/shell/admin.md'
  23. # - Chat: 'chat/admin.md'
  24. - 'System desktop setup': 'system/desktop/setup.md'
  25. - Development:
  26. # - Introduction: 'devel.md'
  27. - System: 'system/devel.md'
  28. - About:
  29. - Structure: 'about/index.md'
  30. - 'Technical setup': 'about/setup.md'
  31. - 'Maintenance': 'about/admin.md'