Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zammad/zammad-admin-documentation
The admin user documentation for Zammad.
https://github.com/zammad/zammad-admin-documentation
admin documentation zammad
Last synced: 4 days ago
JSON representation
The admin user documentation for Zammad.
- Host: GitHub
- URL: https://github.com/zammad/zammad-admin-documentation
- Owner: zammad
- License: agpl-3.0
- Created: 2017-04-20T15:05:56.000Z (over 7 years ago)
- Default Branch: pre-release
- Last Pushed: 2024-12-12T14:16:32.000Z (11 days ago)
- Last Synced: 2024-12-12T15:28:28.080Z (11 days ago)
- Topics: admin, documentation, zammad
- Language: JavaScript
- Homepage: https://admin-docs.zammad.org
- Size: 165 MB
- Stars: 18
- Watchers: 12
- Forks: 43
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Documentation Status][badge_pre-release]][docs_pre-release]
[![Translation Status][tbadge_pre-release]][wbetranslate_pre-release] (pre-release)[![Documentation Status][badge_latest]][docs_latest]
[![Translation Status][tbadge_latest]][wbetranslate_latest] (latest)# Zammad Admin Documentation
Source files for Zammad’s admin documentation [(latest][docs_latest] / [pre-release)][docs_pre-release].
## 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
```* gettext
```
$ brew install gettext # macOS
$ sudo apt install gettext # Debian / Ubuntu
$ sudo dnf install gettext # Fedora
```### Example for a local HTML build
```
make html
```
Building for a specific language:```
$ make -e SPHINXOPTS="-D language='en'" html
```### Localization progress
[![Translation progress][tprogress]][wbetranslate_pre-release]
[badge_latest]: https://readthedocs.org/projects/zammad-admin-documentation/badge/?version=latest
[docs_latest]: https://admin-docs.zammad.org/en/latest/[badge_pre-release]: https://readthedocs.org/projects/zammad-admin-documentation/badge/?version=pre-release
[docs_pre-release]: https://admin-docs.zammad.org/en/pre-release/[tbadge_pre-release]: https://translations.zammad.org/widget/documentations/admin-documentation-pre-release/svg-badge.svg
[wbetranslate_pre-release]: https://translations.zammad.org/projects/documentations/admin-documentation-pre-release/[tbadge_latest]: https://translations.zammad.org/widget/documentations/admin-documentation-latest/svg-badge.svg
[wbetranslate_latest]: https://translations.zammad.org/projects/documentations/admin-documentation-latest/[tprogress]: https://translations.zammad.org/widget/documentations/admin-documentation-latest/horizontal-auto.svg