development.rst 812 B

123456789101112131415161718192021222324252627282930313233
  1. .. raw:: html
  2. <div id="banner"><a href="https://github.com/jcbrand/converse.js/blob/master/docs/source/development.rst">Edit me on GitHub</a></div>
  3. .. _`development`:
  4. ===========
  5. Development
  6. ===========
  7. Welcome to the developer documentation of Converse.js.
  8. Here you will learn how to add new features and how you can create your own
  9. customized version of Converse.
  10. Converse is a community project and largely volunteer driven.
  11. We're grateful for your contributions, so please don't hesitate to
  12. make a `Github pull request <https://help.github.com/categories/collaborating-with-issues-and-pull-requests/>`_
  13. to fix a bug or to add new functionality.
  14. .. toctree::
  15. :maxdepth: 2
  16. dependencies
  17. style_guide
  18. webserver
  19. plugin_development
  20. api/index
  21. testing
  22. other_frameworks
  23. builds