Skip to content

jonechenug/Hangfire-Chinese-Doc

Repository files navigation

Hangfire 中文文档

基于官方文档机翻修改,在线访问地址:点我访问

Docker 支持

运行:

docker run --restart always  --name hangfire -d -p 8080:80 daocloud.io/koukouge/hangfirezhdoc

浏览器访问 http://127.0.0.1:8080/quick-start.html 即可查看文档。

删除:

docker rm -f hangfire

Hangfire Documentation

Documentation Status

This repository contains Sphinx-based documentation for Hangfire. http://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

Documentation is automatically deployed to the site after each commit. For small changes just propose a pull request. Thanks to Read the Docs service for help!

The Hard Way

Installing Sphinx

Official installation guide 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

This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Hangfire中文文档,由官方文档翻译

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages