summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lissner <mike@free.law>2019-04-09 01:28:57 -0700
committerSelwin Ong <selwin.ong@gmail.com>2019-04-09 15:28:57 +0700
commit07317b62f38b96585f86e8df090938cfc2c2ace3 (patch)
tree0a6d270312c875777d609e8f888690e5c281a206
parentb51c786e5d2587b4e5fd5d961b28af2b3523ce3e (diff)
downloadrq-07317b62f38b96585f86e8df090938cfc2c2ace3.tar.gz
Give better titles to documentation pages (#1064)
* Fix title on workers page * Fix jobs title * Fix results title * Fix title on overview page
-rw-r--r--docs/docs/index.md2
-rw-r--r--docs/docs/jobs.md2
-rw-r--r--docs/docs/results.md2
-rw-r--r--docs/docs/workers.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/docs/index.md b/docs/docs/index.md
index c274f42..1a77779 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.md
@@ -1,5 +1,5 @@
---
-title: "RQ: Documentation"
+title: "RQ: Documentation Overview"
layout: docs
---
diff --git a/docs/docs/jobs.md b/docs/docs/jobs.md
index e9c2f87..bbea32a 100644
--- a/docs/docs/jobs.md
+++ b/docs/docs/jobs.md
@@ -1,5 +1,5 @@
---
-title: "RQ: Documentation"
+title: "RQ: Jobs"
layout: docs
---
diff --git a/docs/docs/results.md b/docs/docs/results.md
index 5228104..e5369f0 100644
--- a/docs/docs/results.md
+++ b/docs/docs/results.md
@@ -1,5 +1,5 @@
---
-title: "RQ: Documentation"
+title: "RQ: Results"
layout: docs
---
diff --git a/docs/docs/workers.md b/docs/docs/workers.md
index 2175fd0..4e3b3e7 100644
--- a/docs/docs/workers.md
+++ b/docs/docs/workers.md
@@ -1,5 +1,5 @@
---
-title: "RQ: Simple job queues for Python"
+title: "RQ: Workers"
layout: docs
---