Give better titles to documentation pages (#1064)

* Fix title on workers page

* Fix jobs title

* Fix results title

* Fix title on overview page
This commit is contained in:
Mike Lissner 2019-04-09 01:28:57 -07:00 committed by Selwin Ong
parent b51c786e5d
commit 07317b62f3
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
title: "RQ: Documentation"
title: "RQ: Documentation Overview"
layout: docs
---

View File

@ -1,5 +1,5 @@
---
title: "RQ: Documentation"
title: "RQ: Jobs"
layout: docs
---

View File

@ -1,5 +1,5 @@
---
title: "RQ: Documentation"
title: "RQ: Results"
layout: docs
---

View File

@ -1,5 +1,5 @@
---
title: "RQ: Simple job queues for Python"
title: "RQ: Workers"
layout: docs
---