You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.0 KiB

  1. site_name: Nextcloud Talk API documentation
  2. theme:
  3. name: readthedocs
  4. highlightjs: true
  5. hljs_languages:
  6. - php
  7. - js
  8. - bash
  9. markdown_extensions:
  10. - admonition
  11. - def_list
  12. - toc:
  13. permalink: "#"
  14. baselevel: 2
  15. nav:
  16. - 'Nextcloud Talk API': 'index.md'
  17. - 'System requirements': 'system-requirements.md'
  18. - 'Call experience': 'call-experience.md'
  19. - Constants: 'constants.md'
  20. - Capabilities: 'capabilities.md'
  21. - 'API documentation':
  22. - 'Conversations management': 'conversation.md'
  23. - 'Participants management': 'participant.md'
  24. - 'Call management': 'call.md'
  25. - 'Chat management': 'chat.md'
  26. - 'Webinar management': 'webinar.md'
  27. - 'Settings': 'settings.md'
  28. - 'Integration by other apps': 'integration.md'
  29. - 'Signaling API': 'internal-signaling.md'
  30. - 'External signaling API': 'standalone-signaling-api-v1.md'
  31. - Commands: 'commands.md'
  32. - 'PHP events': 'events.md'
  33. - 'Configuring coTURN': 'TURN.md'
  34. - 'Matterbridge integration': 'matterbridge.md'