We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1de98 commit 40ac7f3Copy full SHA for 40ac7f3
docs/modules/ROOT/pages/generators.adoc
@@ -3,12 +3,12 @@
3
MrDocs uses a generator to convert the extracted symbols into documentation.
4
MrDocs supports multiple output formats that can be specified via the `generate` option:
5
6
-The `generate` option can be used to specify the output format:
+The `generator` option can be used to specify the output format:
7
8
[source,yaml]
9
----
10
# ...
11
-generate: adoc
+generator: adoc
12
13
14
docs/modules/ROOT/partials/mrdocs-example.yml
@@ -1,3 +1,3 @@
1
source-root: ../include
2
multipage: false
docs/modules/ROOT/partials/mrdocs-schema-example.yml
@@ -3,4 +3,4 @@
0 commit comments