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

Jianan Gao posted 1 patch 3 years, 9 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200708015830.11107-1-jgao@redhat.com
docs/index.html.in | 3 +++
1 file changed, 3 insertions(+)
[PATCH] docs/index.html.in: Add knowledge base link and description on index page
Posted by Jianan Gao 3 years, 9 months ago
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

Re: [PATCH] docs/index.html.in: Add knowledge base link and description on index page
Posted by Erik Skultety 3 years, 9 months ago
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!