From 0a65858ac1c8465dd0a53c3554bbbb15e140459f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 16 Oct 2010 15:21:18 +0100 Subject: Add Documentation section (incomplete). --- website/src/docs/index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ website/src/docs/style.css | 11 +++++++++++ 2 files changed, 54 insertions(+) create mode 100644 website/src/docs/index.html create mode 100644 website/src/docs/style.css (limited to 'website/src/docs') diff --git a/website/src/docs/index.html b/website/src/docs/index.html new file mode 100644 index 0000000..ae1f289 --- /dev/null +++ b/website/src/docs/index.html @@ -0,0 +1,43 @@ +[% topdir = ".." -%] +[% PROCESS globals -%] +[% WRAPPER page + title = "virt tools: Documentation" + h1 = "virt tools: Documentation" + section = "docs" + local_stylesheet = 1 +%] + +[% FOREACH x IN external_docs_projects %] + [% WRAPPER h2 h2="$x" anchor="$x" %] + + [% END %] +[% END %] + +[% WRAPPER h2 h2="Contribute" anchor="contribute" %] + +

+Not found what you're looking for? +Contact us via our mailing list +or chat (IRC). +

+ +

+Do you know another source for virt tools documentation? +Send us a note on the mailing list. +

+ +[% END %] + +[% END -%] diff --git a/website/src/docs/style.css b/website/src/docs/style.css new file mode 100644 index 0000000..ecf24d1 --- /dev/null +++ b/website/src/docs/style.css @@ -0,0 +1,11 @@ +ul { + list-style: none; + margin: 0px; + padding: 0px; +} + +span.notes { + display: block; + font-size: 70%; + color: #888; +} \ No newline at end of file -- cgit