development.rst 809 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. setup_dev_environment
  17. plugin_development
  18. api/index
  19. testing
  20. other_frameworks
  21. builds
  22. style_guide