Avoid having twice Appendix A
Both user-guide and user-guide-admin had two versions appendices labelled "A". The problem was setting appendixAutolabel to 1 in the pom.xml file and manual overrides of the number in the files. The patch cleanes all of this up and renames ch_resources.xml to an appendix part. security-guide and training-guide also set this variable but did not have an appendix yet, so remove the variable there as well. Change-Id: I446f4968b675d3286f2302071ddfa8037425fd6f
This commit is contained in:
@@ -61,5 +61,5 @@
|
||||
<xi:include href="ch_dashboard.xml"/>
|
||||
<xi:include href="ch_cli.xml"/>
|
||||
<xi:include href="../common/app_command_reference.xml"/>
|
||||
<xi:include href="../common/ch_resources.xml"/>
|
||||
<xi:include href="../common/app_resources.xml"/>
|
||||
</book>
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
<configuration>
|
||||
<profileOs>adminuser</profileOs>
|
||||
<chapterAutolabel>1</chapterAutolabel>
|
||||
<appendixAutolabel>1</appendixAutolabel>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
@@ -72,7 +71,6 @@
|
||||
<suppressFooterNavigation>0</suppressFooterNavigation>
|
||||
<formalProcedures>0</formalProcedures>
|
||||
<sectionAutolabel>0</sectionAutolabel>
|
||||
<appendixAutolabel>0</appendixAutolabel>
|
||||
<tocSectionDepth>1</tocSectionDepth>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user