Skip to content

Commit 40ac7f3

Browse files
committed
docs(generators): option name is generator
1 parent ab1de98 commit 40ac7f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/modules/ROOT/pages/generators.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
MrDocs uses a generator to convert the extracted symbols into documentation.
44
MrDocs supports multiple output formats that can be specified via the `generate` option:
55

6-
The `generate` option can be used to specify the output format:
6+
The `generator` option can be used to specify the output format:
77

88
[source,yaml]
99
----
1010
# ...
11-
generate: adoc
11+
generator: adoc
1212
# ...
1313
----
1414

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source-root: ../include
22
multipage: false
3-
generate: adoc
3+
generator: adoc

docs/modules/ROOT/partials/mrdocs-schema-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
source-root: ../include
55
multipage: false
6-
generate: adoc
6+
generator: adoc

0 commit comments

Comments
 (0)