On Mon, Jul 08, 2019 at 02:00:29PM +0100, Daniel P. Berrangé wrote:
The previously added AMD SEV doc was not linked from anywhere on the
website. Address this by introducing a new "Knowledge base" section
that can hold task oriented guide to various features. Moving the SEV,
disk locking and secure usage guides under this section.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
docs/Makefile.am | 15 ++++++++++++++-
docs/docs.html.in | 9 ++-------
docs/{ => kbase}/launch_security_sev.html.in | 0
docs/{ => kbase}/locking-lockd.html.in | 0
docs/{ => kbase}/locking-sanlock.html.in | 0
docs/{ => kbase}/locking.html.in | 0
docs/{ => kbase}/secureusage.html.in | 0
7 files changed, 16 insertions(+), 8 deletions(-)
rename docs/{ => kbase}/launch_security_sev.html.in (100%)
rename docs/{ => kbase}/locking-lockd.html.in (100%)
rename docs/{ => kbase}/locking-sanlock.html.in (100%)
rename docs/{ => kbase}/locking.html.in (100%)
rename docs/{ => kbase}/secureusage.html.in (100%)
diff --git a/docs/docs.html.in b/docs/docs.html.in
index c8674e1457..9e1ef6be41 100644
--- a/docs/docs.html.in
+++ b/docs/docs.html.in
@@ -86,11 +86,6 @@
<dt><a href="uri.html">URI format</a></dt>
<dd>The URI formats used for connecting to libvirt</dd>
- <dt><a href="locking.html">Disk
locking</a></dt>
- <dd>Ensuring exclusive guest access to disks with
- <a href="locking-lockd.html">virtlockd</a> or
- <a href="locking-sanlock.html">Sanlock</a></dd>
-
<dt><a href="cgroups.html">CGroups</a></dt>
<dd>Control groups integration</dd>
@@ -120,8 +115,8 @@
<dt><a href="hvsupport.html">Driver
support</a></dt>
<dd>matrix of API support per hypervisor per release</dd>
- <dt><a href="secureusage.html">Secure
usage</a></dt>
- <dd>Secure usage of the libvirt APIs</dd>
+ <dt><a href="kbase.html">Knowledge
Base</a></dt>
This link is dead if I build this locally - did you forget to git add
kbase.html.in?
Jano
+ <dd>Task oriented guides to key features</dd>
</dl>
</div>