From 07317b62f38b96585f86e8df090938cfc2c2ace3 Mon Sep 17 00:00:00 2001 From: Mike Lissner Date: Tue, 9 Apr 2019 01:28:57 -0700 Subject: [PATCH] Give better titles to documentation pages (#1064) * Fix title on workers page * Fix jobs title * Fix results title * Fix title on overview page --- docs/docs/index.md | 2 +- docs/docs/jobs.md | 2 +- docs/docs/results.md | 2 +- docs/docs/workers.md | 2 +- 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 ---