[PATCH] docs/index.html.in: Add knowledge base link and description on index page

Add link and description of libvirt knowledge base to make it easier for users and testers to understand libvirt. Signed-off-by: Jianan Gao <jgao@redhat.com> --- docs/index.html.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.html.in b/docs/index.html.in index 26e8406917..586defff54 100644 --- a/docs/index.html.in +++ b/docs/index.html.in @@ -63,6 +63,9 @@ <a href="formatbackup.html">backup jobs</a></dd> <dt><a href="http://wiki.libvirt.org">Wiki</a></dt> <dd>Read further community contributed content</dd> + + <dt><a href="https://libvirt.org/kbase.html">Knowledge base</a></dt> + <dd>Learn more about libvirt through knowledge base</dd> </dl> </div> -- 2.21.3

On Wed, Jul 08, 2020 at 09:58:30AM +0800, Jianan Gao wrote:
Add link and description of libvirt knowledge base to make it easier for users and testers to understand libvirt.
Signed-off-by: Jianan Gao <jgao@redhat.com> --- Reviewed-by: Erik Skultety <eskultet@redhat.com>
and pushed. Congratulations on your first libvirt contribution!
participants (2)
-
Erik Skultety
-
Jianan Gao