Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zammad/zammad-documentation
The system administrator documentation for Zammad.
https://github.com/zammad/zammad-documentation
documentation system zammad
Last synced: about 2 months ago
JSON representation
The system administrator documentation for Zammad.
- Host: GitHub
- URL: https://github.com/zammad/zammad-documentation
- Owner: zammad
- License: agpl-3.0
- Created: 2016-11-09T14:50:46.000Z (about 8 years ago)
- Default Branch: pre-release
- Last Pushed: 2024-10-17T13:40:19.000Z (3 months ago)
- Last Synced: 2024-10-19T11:58:01.042Z (3 months ago)
- Topics: documentation, system, zammad
- Language: Makefile
- Homepage: https://docs.zammad.org
- Size: 27.9 MB
- Stars: 55
- Watchers: 16
- Forks: 127
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: contributing/start.rst
- License: LICENSE
Awesome Lists containing this project
README
[![Documentation Status](https://readthedocs.org/projects/zammad/badge/?version=pre-release)](https://docs.zammad.org/en/pre-release/?badge=pre-release) (pre-release)
[![Documentation Status](https://readthedocs.org/projects/zammad/badge/?version=latest)](https://docs.zammad.org/en/latest/?badge=latest) (latest)
# Zammad Documentation
Source files for [Zammad’s documentation](https://docs.zammad.org/en/latest/).
## Contributing
Please see [the Contributing section in this manual](https://docs.zammad.org/en/latest/contributing/start.html).
## Compilation
### Dependencies
* sphinx
```
$ pip install -r requirements.txt
```### Example for a local HTML build
```
make html
```