Actions
User story #7701
closedUser story #7686: Improve documentation organization and add missing sections
Replace the one page doc with a webhelp-based version
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
With:
diff --git a/xsl/xsl-ns-stylesheets/xhtml/chunk-common.xsl b/xsl/xsl-ns-stylesheets/xhtml/chunk-common.xsl index 4c4abf2..72b2a61 100644 --- a/xsl/xsl-ns-stylesheets/xhtml/chunk-common.xsl +++ b/xsl/xsl-ns-stylesheets/xhtml/chunk-common.xsl @@ -16,7 +16,7 @@ xmlns:exsl="http://exslt.org/common" xmlns:cf="http://docbook.sourceforge.net/xm <!-- ==================================================================== --> -<xsl:param name="onechunk" select="0"/> +<xsl:param name="onechunk" select="1"/> <xsl:param name="refentry.separator" select="0"/> <xsl:param name="chunk.fast" select="0"/>
We can generate a one page version of the webhelp doc, and replace the old 1HTML doc with a more consistent one.
Actions