development.rst 776 B

12345678910111213141516171819202122232425262728293031
  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. Table of Contents
  14. =================
  15. .. toctree::
  16. :maxdepth: 2
  17. developer_guidelines
  18. style_guide
  19. plugin_development
  20. developer_api
  21. events
  22. other_frameworks
  23. builds