about summary refs log tree commit diff
path: root/doc/doc-support/parameters.xml
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2019-07-04 09:06:39 -0400
committerGraham Christensen <graham@grahamc.com>2019-07-04 09:16:06 -0400
commitfa47df617443b6bd7be0fe0239418c241df146c3 (patch)
tree62403f13912681f858fb79a49590b7578b516d5b /doc/doc-support/parameters.xml
parent5a0696f6d0bf3344437eb1c83f1108e46664e24a (diff)
downloadnixlib-fa47df617443b6bd7be0fe0239418c241df146c3.tar
nixlib-fa47df617443b6bd7be0fe0239418c241df146c3.tar.gz
nixlib-fa47df617443b6bd7be0fe0239418c241df146c3.tar.bz2
nixlib-fa47df617443b6bd7be0fe0239418c241df146c3.tar.lz
nixlib-fa47df617443b6bd7be0fe0239418c241df146c3.tar.xz
nixlib-fa47df617443b6bd7be0fe0239418c241df146c3.tar.zst
nixlib-fa47df617443b6bd7be0fe0239418c241df146c3.zip
doc: move parameters to an XML file
Diffstat (limited to 'doc/doc-support/parameters.xml')
-rw-r--r--doc/doc-support/parameters.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/doc-support/parameters.xml b/doc/doc-support/parameters.xml
new file mode 100644
index 000000000000..bc13e2b70dec
--- /dev/null
+++ b/doc/doc-support/parameters.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+<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="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="use.id.as.filename" select="1" />
+ <xsl:param name="toc.section.depth" select="3" />
+ <xsl:param name="admon.style" select="''" />
+ <xsl:param name="callout.graphics.extension" select="'.svg'" />
+</xsl:stylesheet>