aboutsummaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: a698895059b406372d75050984eb112ac5f41fbe (plain)
  1. site_name: System features
  2. repo_url: https://source.abcdefghijklmnopqrstuvxyzæøå.dk/features/
  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. - Calendar events: 'event/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. - Media masters: 'media/master/index.md'
  21. - Use:
  22. # - Introduction: 'use.md'
  23. # - Account: 'account/use.md'
  24. - 'Account shell': 'account/shell/use.md'
  25. - 'Account security': 'account/secure/use.md'
  26. - Calendaring events: 'event/use.md'
  27. - Chat: 'chat/use.md'
  28. - Mail: 'mail/use.md'
  29. - Source: 'source/use.md'
  30. - Media masters: 'media/master/use.md'
  31. - Administration:
  32. # - Introduction: 'admin.md'
  33. - Account: 'account/admin.md'
  34. - 'Account shell': 'account/shell/admin.md'
  35. - 'Account security setup': 'account/secure/setup.md'
  36. - Calendaring events: 'event/admin.md'
  37. # - Chat: 'chat/admin.md'
  38. - 'System desktop setup': 'system/desktop/setup.md'
  39. - 'System gateway setup': 'system/gateway/setup.md'
  40. - Media masters setup: 'media/master/setup.md'
  41. - Development:
  42. # - Introduction: 'devel.md'
  43. - System: 'system/devel.md'
  44. - About:
  45. - Website: 'index.md'
  46. - 'Website setup': 'setup.md'
  47. - 'Source structure': 'about/index.md'
  48. - 'Source setup': 'about/setup.md'
  49. - 'Source maintenance': 'about/admin.md'