2021-08-20 06:12:57 +02:00
|
|
|
# Welcome to the Zulip documentation!
|
|
|
|
|
|
|
|
Welcome! Zulip's documentation is split into four parts:
|
|
|
|
|
2023-03-23 04:51:28 +01:00
|
|
|
- [Help center documentation](https://zulip.com/help/), for users and
|
2021-08-20 06:12:57 +02:00
|
|
|
administrators of Zulip organizations.
|
|
|
|
- [Installation documentation](production/install.md), 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.
|
2022-07-27 17:54:05 +02:00
|
|
|
- [Contributor documentation](contributing/contributing.md), for
|
2021-08-20 06:12:57 +02:00
|
|
|
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
|
2021-12-09 20:15:18 +01:00
|
|
|
know](https://zulip.com/development-community/)! Further information on
|
2021-08-20 06:12:57 +02:00
|
|
|
the Zulip project and its features can be found at
|
|
|
|
<https://zulip.com>.
|
|
|
|
|
|
|
|
This site contains our installation and contributor documentation. If
|
|
|
|
this is your first time here, you may want to start with [Production
|
2022-07-27 17:54:05 +02:00
|
|
|
installation](production/install.md) or [Contributing guide](contributing/contributing.md).
|
2021-08-20 06:12:57 +02:00
|
|
|
|
|
|
|
Contents:
|
|
|
|
|
2021-08-20 22:54:08 +02:00
|
|
|
- {ref}`Overview <overview>`
|
|
|
|
- {ref}`Zulip in production <zulip-in-production>`
|
2022-07-27 17:54:05 +02:00
|
|
|
- {ref}`Contributing to Zulip <contributing-to-zulip>`
|
2021-08-20 22:54:08 +02:00
|
|
|
- {ref}`Development environment <development-environment>`
|
|
|
|
- {ref}`Developer tutorials <developer-tutorials>`
|
|
|
|
- {ref}`Git guide <git-guide>`
|
|
|
|
- {ref}`Code testing <code-testing>`
|
|
|
|
- {ref}`Subsystem documentation <subsystem-documentation>`
|
|
|
|
- {ref}`Writing documentation <writing-documentation>`
|
2023-03-04 07:34:22 +01:00
|
|
|
- {ref}`Translating Zulip <translating>`
|
|
|
|
- {ref}`Outreach programs <outreach>`
|
2021-08-20 06:12:57 +02:00
|
|
|
|
|
|
|
(overview)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
2023-03-04 07:04:15 +01:00
|
|
|
Zulip homepage <https://zulip.com/>
|
2021-08-20 06:12:57 +02:00
|
|
|
overview/index
|
|
|
|
```
|
|
|
|
|
|
|
|
(zulip-in-production)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
|
|
|
production/index
|
|
|
|
```
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
(contributing-to-zulip)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
contributing/index
|
2021-08-20 06:12:57 +02:00
|
|
|
```
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
(development-environment)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
development/index
|
2021-08-20 06:12:57 +02:00
|
|
|
```
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
(developer-tutorials)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
tutorials/index
|
2021-08-20 06:12:57 +02:00
|
|
|
```
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
(git-guide)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
2022-07-27 17:54:05 +02:00
|
|
|
git/index
|
2021-08-20 06:12:57 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
(code-testing)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
|
|
|
testing/index
|
|
|
|
```
|
|
|
|
|
|
|
|
(subsystem-documentation)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
|
|
|
subsystems/index
|
|
|
|
```
|
|
|
|
|
|
|
|
(writing-documentation)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
|
|
|
documentation/index
|
|
|
|
```
|
|
|
|
|
|
|
|
(translating)=
|
2021-08-20 22:54:08 +02:00
|
|
|
|
2021-08-20 06:12:57 +02:00
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
|
|
|
translating/index
|
2022-09-19 08:38:08 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
(outreach)=
|
|
|
|
|
|
|
|
```{toctree}
|
|
|
|
---
|
|
|
|
maxdepth: 3
|
|
|
|
---
|
|
|
|
|
|
|
|
outreach/index
|
2021-08-20 06:12:57 +02:00
|
|
|
|
|
|
|
Index <https://zulip.readthedocs.io/en/latest/>
|
|
|
|
```
|