a0ff85d74e
* The templates are no longer `.html` files and are dispersed throughout the source code. * The Sass files are also no longer all in one place * Add a section on webpack aliases for modifying templates without touching the original files Updates #2603
34 lines
812 B
ReStructuredText
34 lines
812 B
ReStructuredText
.. 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.
|
|
|
|
Here you will learn how to add new features and how you can create your own
|
|
customized version of Converse.
|
|
|
|
Converse is a community project and largely volunteer driven.
|
|
|
|
We're grateful for your contributions, so please don't hesitate to
|
|
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
|
|
|
|
dependencies
|
|
style_guide
|
|
webserver
|
|
plugin_development
|
|
api/index
|
|
testing
|
|
other_frameworks
|
|
builds
|