development.rst 797 B

1234567891011121314151617181920212223242526272829303132
  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. plugin_development
  19. api/index
  20. testing
  21. other_frameworks
  22. builds