development.rst 739 B

12345678910111213141516171819202122232425262728
  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. Read the documentation
  8. linked to below, if you want to add new features or create your own customized
  9. version of converse.js.
  10. Converse.js itself composed of plugins, and exposes an API with which you can
  11. create and register your own plugins. This is the recommended way to customize
  12. or add new functionality to converse.js.
  13. .. toctree::
  14. :maxdepth: 2
  15. developer_guidelines
  16. style_guide
  17. plugin_development
  18. developer_api
  19. events
  20. other_frameworks
  21. builds