Bladeren bron

db2_ops: Fix TOC in documentation

Hugh Waite 12 jaren geleden
bovenliggende
commit
9ca893c262
1 gewijzigde bestanden met toevoegingen van 11 en 8 verwijderingen
  1. 11 8
      modules/db2_ops/doc/db2_ops.xml

+ 11 - 8
modules/db2_ops/doc/db2_ops.xml

@@ -2,8 +2,9 @@
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
-<section id="db2_ops" xmlns:xi="http://www.w3.org/2001/XInclude">
-    <sectioninfo>
+<book id="db2_ops" xmlns:xi="http://www.w3.org/2001/XInclude">
+    <bookinfo>
+        <title>db2_ops module</title>
 	<authorgroup>
 	    <author>
 		<firstname>Tomas</firstname>
@@ -19,10 +20,11 @@
 	    <holder>Tomas Mandys</holder>
 	</copyright>
 
-    </sectioninfo>
-
-    <title>db2_ops module</title>
+    </bookinfo>
+    <toc></toc>
 
+    <chapter>
+	<title>Admin Guide</title>
     <section id="db_ops.overview">
 		<title>Overview</title>
 		<para>
@@ -474,7 +476,7 @@
 
 	</section>
 
-    <section id="db_ops.examples">
+        <section id="db_ops.examples">
 		<title>Examples</title>
 		<example>
 			<title>db_ops common example</title>
@@ -638,6 +640,7 @@ route["timer_route"] {
 }
 			</programlisting>
 		</example>
-    </section>
-</section>
+	</section>
+    </chapter>
+</book>