Loading doc/doc-support/parameters.xml +6 −3 Original line number Diff line number Diff line Loading @@ -2,11 +2,14 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:param name="section.autolabel" select="1" /> <xsl:param name="section.label.includes.component.label" select="1" /> <xsl:param name="chapter.autolabel" select="0" /> <xsl:param name="part.autolabel" select="0" /> <xsl:param name="preface.autolabel" select="0" /> <xsl:param name="reference.autolabel" select="0" /> <xsl:param name="section.autolabel" select="0" /> <xsl:param name="html.stylesheet" select="'style.css overrides.css highlightjs/mono-blue.css'" /> <xsl:param name="html.script" select="'./highlightjs/highlight.pack.js ./highlightjs/loader.js'" /> <xsl:param name="xref.with.number.and.title" select="1" /> <xsl:param name="xref.with.number.and.title" select="0" /> <xsl:param name="use.id.as.filename" select="1" /> <xsl:param name="toc.section.depth" select="0" /> <xsl:param name="admon.style" select="''" /> Loading nixos/doc/manual/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -102,11 +102,14 @@ let ''; manualXsltprocOptions = toString [ "--param section.autolabel 1" "--param section.label.includes.component.label 1" "--param chapter.autolabel 0" "--param part.autolabel 0" "--param preface.autolabel 0" "--param reference.autolabel 0" "--param section.autolabel 0" "--stringparam html.stylesheet 'style.css overrides.css highlightjs/mono-blue.css'" "--stringparam html.script './highlightjs/highlight.pack.js ./highlightjs/loader.js'" "--param xref.with.number.and.title 1" "--param xref.with.number.and.title 0" "--param toc.section.depth 0" "--param generate.consistent.ids 1" "--stringparam admon.style ''" Loading Loading
doc/doc-support/parameters.xml +6 −3 Original line number Diff line number Diff line Loading @@ -2,11 +2,14 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:param name="section.autolabel" select="1" /> <xsl:param name="section.label.includes.component.label" select="1" /> <xsl:param name="chapter.autolabel" select="0" /> <xsl:param name="part.autolabel" select="0" /> <xsl:param name="preface.autolabel" select="0" /> <xsl:param name="reference.autolabel" select="0" /> <xsl:param name="section.autolabel" select="0" /> <xsl:param name="html.stylesheet" select="'style.css overrides.css highlightjs/mono-blue.css'" /> <xsl:param name="html.script" select="'./highlightjs/highlight.pack.js ./highlightjs/loader.js'" /> <xsl:param name="xref.with.number.and.title" select="1" /> <xsl:param name="xref.with.number.and.title" select="0" /> <xsl:param name="use.id.as.filename" select="1" /> <xsl:param name="toc.section.depth" select="0" /> <xsl:param name="admon.style" select="''" /> Loading
nixos/doc/manual/default.nix +6 −3 Original line number Diff line number Diff line Loading @@ -102,11 +102,14 @@ let ''; manualXsltprocOptions = toString [ "--param section.autolabel 1" "--param section.label.includes.component.label 1" "--param chapter.autolabel 0" "--param part.autolabel 0" "--param preface.autolabel 0" "--param reference.autolabel 0" "--param section.autolabel 0" "--stringparam html.stylesheet 'style.css overrides.css highlightjs/mono-blue.css'" "--stringparam html.script './highlightjs/highlight.pack.js ./highlightjs/loader.js'" "--param xref.with.number.and.title 1" "--param xref.with.number.and.title 0" "--param toc.section.depth 0" "--param generate.consistent.ids 1" "--stringparam admon.style ''" Loading