From 3821061886d2f4557ccc55d938cb19c06fd931d5 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 1 Nov 2018 19:25:25 +0100 Subject: [PATCH 1/2] Doc: Make all versions sidebars the same for consistency. --- Doc/tools/templates/indexsidebar.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 327452484cc8a7..54df7cede4c99d 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -1,12 +1,13 @@

{% trans %}Download{% endtrans %}

{% trans %}Download these documents{% endtrans %}

-

{% trans %}Docs for other versions{% endtrans %}

+

{% trans %}Docs by versions{% endtrans %}

{% trans %}Other resources{% endtrans %}

From ad4e4aafec20fe4bf5dcd2a9d287c4a17df06c1b Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sat, 3 Nov 2018 22:22:33 +0100 Subject: [PATCH 2/2] Fix: typo. --- Doc/tools/templates/indexsidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 54df7cede4c99d..e69e9a305425f6 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -1,6 +1,6 @@

{% trans %}Download{% endtrans %}

{% trans %}Download these documents{% endtrans %}

-

{% trans %}Docs by versions{% endtrans %}

+

{% trans %}Docs by version{% endtrans %}