From 1100931f8db3b29c552aac09e1cc0aed3e41329e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 13 Dec 2019 10:04:18 +0000 Subject: [PATCH] docs: remove link to virsh cmd ref & app dev guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both the application developer guide and virsh command reference are unmaintained for best part of 8 years, and so horrifically out of date. This does not give a good impression to people reading the docs. Now that we are publishing the man pages online, those are a better doc to read for virsh. We can also highlight the API reference instead of the app dev guide. The virsh command reference & app dev guide will still exist on the web root, but will not be linked to. Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- docs/docs.html.in | 48 +++++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/docs/docs.html.in b/docs/docs.html.in index b592f7d51f..004f099a9f 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -54,11 +54,27 @@

Application development

-
Development Guide
-
A guide and reference for developing with libvirt
- -
Virsh Commands
-
Command reference for virsh
+
API reference
+
Reference manual for the C public API, split in + common, + domain, + domain checkpoint, + domain snapshot, + error, + event, + host, + interface, + network, + node device, + network filter, + secret, + storage, + stream + and + admin, + QEMU, + LXC libs +
Language bindings and API modules
Bindings of the libvirt API for @@ -97,28 +113,6 @@
CGroups
Control groups integration
-
API reference
-
Reference manual for the C public API, split in - common, - domain, - domain checkpoint, - domain snapshot, - error, - event, - host, - interface, - network, - node device, - network filter, - secret, - storage, - stream - and - admin, - QEMU, - LXC libs -
-
Drivers
Hypervisor specific driver information