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;