From 501ff523e79bb6be57db5512bde7709aa71ea1ea Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 4 Nov 2020 14:33:21 +0100 Subject: [PATCH] docs: Fix title of 'docs' page XSLT transformation generates the page title from the topmost

element which is not present in 'docs.html.in'. Add it and hide it in the CSS. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik --- docs/docs.html.in | 1 + docs/libvirt.css | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/docs.html.in b/docs/docs.html.in index 428a2ac974..920a773d79 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -2,6 +2,7 @@ +

Documentation

Deployment / operation

diff --git a/docs/libvirt.css b/docs/libvirt.css index 4dc9d3ac76..d323b6ec0f 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -427,6 +427,10 @@ body.index h1 { height: 300px; } +body.docs h1 { + visibility: hidden; +} + br.clear { clear: both; border: 0px;