xmpp.chapril.org-conversejs/docs/source/development.rst

33 lines
808 B
ReStructuredText
Raw Permalink Normal View History

.. raw:: html
<div id="banner"><a href="https://github.com/jcbrand/converse.js/blob/master/docs/source/development.rst">Edit me on GitHub</a></div>
.. _`development`:
===========
Development
===========
Welcome to the developer documentation of Converse.js.
2018-09-18 10:53:43 +02:00
Here you will learn how to add new features and how you can create your own
customized version of Converse.
2018-09-18 10:53:43 +02:00
Converse is a community project and largely volunteer driven.
We're grateful for your contributions, so please don't hesitate to
2018-09-18 10:53:43 +02:00
make a `Github pull request <https://help.github.com/categories/collaborating-with-issues-and-pull-requests/>`_
to fix a bug or to add new functionality.
.. toctree::
:maxdepth: 2
setup_dev_environment
plugin_development
api/index
2018-09-18 10:53:43 +02:00
testing
other_frameworks
builds
style_guide