mirror of https://github.com/rq/rq.git
Fix docs nav.
This commit is contained in:
parent
d8f060bc37
commit
004cfdf6ce
|
@ -2,7 +2,7 @@
|
|||
layout: default
|
||||
---
|
||||
<ul class="docs nav">
|
||||
<li><a href="{{site.baseurl}}docs/jobs/">Jobs</a></li>
|
||||
<li><a href="{{site.baseurl}}docs/">Jobs</a></li>
|
||||
<li><a href="{{site.baseurl}}docs/workers/">Workers</a></li>
|
||||
<li><a href="{{site.baseurl}}docs/monitoring/">Monitoring</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -3,17 +3,6 @@ title: "RQ: Documentation"
|
|||
layout: docs
|
||||
---
|
||||
|
||||
<div class="warning">
|
||||
<img style="float: right; margin-right: -60px; margin-top: -38px; height: 100px;" src="http://a.dryicons.com/images/icon_sets/colorful_stickers_icons_set/png/256x256/warning.png" />
|
||||
<strong>Work in Progress™</strong>
|
||||
<p>To see what we're still working on, please click any of the following topics:</p>
|
||||
<ul>
|
||||
<li><a href="{{site.baseurl}}docs/workers/">Workers</a></li>
|
||||
<li><a href="{{site.baseurl}}docs/monitoring/">Monitoring</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
## Jobs
|
||||
|
||||
A job is a Python function that is invoked asynchronously in a worker
|
||||
|
|
Loading…
Reference in New Issue