mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
We're migrating to using the cleaner zulip.com domain, which involves changing all of our links from ReadTheDocs and other places to point to the cleaner URL.
116 lines
2.6 KiB
ReStructuredText
116 lines
2.6 KiB
ReStructuredText
.. zulip documentation master file, created by
|
|
sphinx-quickstart on Mon Aug 17 16:24:04 2015.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to the Zulip documentation!
|
|
===================================
|
|
|
|
Welcome! Zulip's documentation is split into four parts:
|
|
|
|
- `User documentation <https://zulip.com/help>`__, for users and
|
|
administrators of Zulip organizations.
|
|
- `Installation documentation <production/install.html>`__, for
|
|
installing and maintaining a production self-hosted Zulip installation.
|
|
- `API documentation <https://zulip.com/api/>`__, for writing
|
|
integrations or bots using the Zulip API.
|
|
- `Contributor documentation <overview/contributing.html>`__, for
|
|
developing the Zulip software, translating, submitting bug reports,
|
|
or making other contributions to the project.
|
|
|
|
Zulip has well over 150,000 words of documentation. If you can't find
|
|
what you're looking for, please `let us know
|
|
<contributing/chat-zulip-org.html>`__! Further information on the
|
|
Zulip project and its features can be found at `https://www.zulip.org
|
|
<https://www.zulip.org>`__.
|
|
|
|
This site contains our installation and contributor documentation. If
|
|
this is your first time here, you may want to start with `Production
|
|
installation <production/install.html>`_ or `Contributing to Zulip
|
|
<overview/contributing.html>`_.
|
|
|
|
Contents:
|
|
|
|
* :ref:`Overview <overview>`
|
|
* :ref:`Zulip in Production <zulip-in-production>`
|
|
* :ref:`Development Environment <development-environment>`
|
|
* :ref:`Developer Tutorials <developer-tutorials>`
|
|
* :ref:`Git Guide <git-guide>`
|
|
* :ref:`Code Contribution Guide <code-contribution-guide>`
|
|
* :ref:`Code Testing <code-testing>`
|
|
* :ref:`Subsystem Documentation <subsystem-documentation>`
|
|
* :ref:`Writing Documentation <writing-documentation>`
|
|
* :ref:`Translating <translating>`
|
|
|
|
.. _overview:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
overview/index
|
|
|
|
.. _zulip-in-production:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
production/index
|
|
|
|
.. _development-environment:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
development/index
|
|
|
|
.. _developer-tutorials:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
tutorials/index
|
|
|
|
.. _git-guide:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
git/index
|
|
|
|
.. _code-contribution-guide:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
contributing/index
|
|
|
|
.. _code-testing:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
testing/index
|
|
|
|
.. _subsystem-documentation:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
subsystems/index
|
|
|
|
.. _writing-documentation:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
documentation/index
|
|
|
|
.. _translating:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
translating/index
|
|
|
|
Index <https://zulip.readthedocs.io/en/latest/>
|