docs: Fix title of 'docs' page

XSLT transformation generates the page title from the topmost <h1>
element which is not present in 'docs.html.in'. Add it and hide it in
the CSS.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2020-11-04 14:33:21 +01:00
parent a35426bb64
commit 501ff523e7
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<body class="docs">
<h1>Documentation</h1>
<div class="panel">
<h2>Deployment / operation</h2>

View File

@ -427,6 +427,10 @@ body.index h1 {
height: 300px;
}
body.docs h1 {
visibility: hidden;
}
br.clear {
clear: both;
border: 0px;