Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```