From 22108f333d16cbfbd5808bb4f661c394b08fe698 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 19 Dec 2019 13:56:20 +0000 Subject: docs: build an index page for the HTML docs There is no index.html start page for the QEMU HTML documentation. An index page is needed so that documentation can be browsed easily on the web. This patch adds an index.html.in template file where the QEMU version number is expanded. It is written in HTML instead of using the existing sphinx (rST) and texi documentation generators because they are heavyweight and would make this harder. Signed-off-by: Stefan Hajnoczi Message-Id: <20191219135620.1626608-1-stefanha@redhat.com> Signed-off-by: Thomas Huth --- docs/index.html.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/index.html.in (limited to 'docs') diff --git a/docs/index.html.in b/docs/index.html.in new file mode 100644 index 0000000000..94eb782cf7 --- /dev/null +++ b/docs/index.html.in @@ -0,0 +1,17 @@ + + + + + QEMU @@VERSION@@ Documentation + + +

QEMU @@VERSION@@ Documentation

+ + + -- cgit v1.2.3