Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hangfireio/hangfire.documentation
Sphinx-based documentation for Hangfire
https://github.com/hangfireio/hangfire.documentation
Last synced: 2 months ago
JSON representation
Sphinx-based documentation for Hangfire
- Host: GitHub
- URL: https://github.com/hangfireio/hangfire.documentation
- Owner: HangfireIO
- Created: 2014-08-18T16:07:23.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T07:09:58.000Z (3 months ago)
- Last Synced: 2024-10-17T18:29:16.189Z (3 months ago)
- Language: HTML
- Homepage: https://docs.hangfire.io
- Size: 2.36 MB
- Stars: 57
- Watchers: 10
- Forks: 140
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.png
Awesome Lists containing this project
README
# Hangfire Documentation
This repository contains [Sphinx-based](http://sphinx-doc.org) documentation for [Hangfire](https://www.hangfire.io). https://docs.hangfire.io
Contributing
-------------### The Easy Way
Just click the `Edit on GitHub` button while observing a page with mistakes as shown below. GitHub will guide you to fork the repository. Please don't forget to create a pull request!
![Contributing via Documentation Site](https://raw.githubusercontent.com/HangfireIO/Hangfire.Documentation/main/contributing.png)
Documentation is automatically deployed to the site after each commit. For small changes just propose a pull request. Thanks to [Read the Docs](https://readthedocs.org) service for help!
### The Hard Way
#### Installing Sphinx
[Official installation guide](http://sphinx-doc.org/latest/install.html) describes all steps
required to run Sphinx on Windows / Linux / Mac OS X.#### Building
Clone the repository and run the following command:
```
make html
```After building, generated `*.html` files will be available in the `_build` directory.
License
--------[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)
This work is licensed under a Creative Commons Attribution 4.0 International License.