Convert documentation to AsciiDoc
[lttng-docs.git] / asciidoc.html5.conf
diff --git a/asciidoc.html5.conf b/asciidoc.html5.conf
new file mode 100644 (file)
index 0000000..2aff8bb
--- /dev/null
@@ -0,0 +1,36 @@
+[attributes]
+toc=
+toclevels=6
+imagesdir=images/export
+autowidth-option=
+note-no-anim="Animations are not supported in this output."
+
+[macros]
+(?su)[\\]?(?P<name>man):(?P<page>\S*?)\((?P<section>.*?)\)=
+(?su)[\\]?(?P<name>path):\{(?P<path>[^}]+)\}=
+(?su)[\\]?(?P<name>dir):\{(?P<dir>[^}]+)\}=
+(?su)[\\]?(?P<name>env):(?P<var>[a-zA-Z0-9_]+)=
+(?su)[\\]?(?P<name>cmd):(?P<cmd>[a-zA-Z0-9_-]+)=
+(?su)[\\]?(?P<name>noch):\{(?P<text>[^}]+)\}=
+
+[man-inlinemacro]
+<code><strong>{page}</strong>({section})</code>
+
+[path-inlinemacro]
+<code>{path}</code>
+
+[dir-inlinemacro]
+<code>{dir}</code>
+
+[env-inlinemacro]
+<code>{var}</code>
+
+[cmd-inlinemacro]
+<code>{cmd}</code>
+
+[noch-inlinemacro]
+<span style="text-transform: normal;">{text}</span>
+
+[tabledef-default]
+style=def
+def-style=options=("header",)
This page took 0.022487 seconds and 4 git commands to generate.