[libvirt] [PATCH] docs: Move the "Network Filtering" page one level up in the hierarchy

"Network Filtering" is not directly related to "Networks". Suggested by Daniel P. Berrange. --- docs/sitemap.html.in | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 490450e..7077038 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -111,12 +111,10 @@ <li> <a href="formatnetwork.html">Networks</a> <span>The virtual network XML format</span> - <ul> - <li> - <a href="formatnwfilter.html">Network Filtering</a> - <span>Network filter XML format</span> - </li> - </ul> + </li> + <li> + <a href="formatnwfilter.html">Network Filtering</a> + <span>Network filter XML format</span> </li> <li> <a href="formatstorage.html">Storage</a> -- 1.7.0.4

On Sat, Jan 15, 2011 at 02:48:03PM +0100, Matthias Bolte wrote:
"Network Filtering" is not directly related to "Networks".
Suggested by Daniel P. Berrange. --- docs/sitemap.html.in | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/docs/sitemap.html.in b/docs/sitemap.html.in index 490450e..7077038 100644 --- a/docs/sitemap.html.in +++ b/docs/sitemap.html.in @@ -111,12 +111,10 @@ <li> <a href="formatnetwork.html">Networks</a> <span>The virtual network XML format</span> - <ul> - <li> - <a href="formatnwfilter.html">Network Filtering</a> - <span>Network filter XML format</span> - </li> - </ul> + </li> + <li> + <a href="formatnwfilter.html">Network Filtering</a> + <span>Network filter XML format</span> </li> <li> <a href="formatstorage.html">Storage</a> --
ACK Daniel
participants (2)
-
Daniel P. Berrange
-
Matthias Bolte