-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample-config.yml
50 lines (41 loc) · 1.22 KB
/
example-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# When `true` will include referenced resources using
# the `existing` keyword in the resources list
includeExistingResources: true
# Metadata definition keyword used for module
# metadata
metaKeyword: "moduleDocs"
# Include the parameters section
includeParameters: true
# Include the code example /usage section
includeUsage: true
# Include the list of resources
includeResources: true
# Inlude the outputs section
includeOutputs: true
# Include referenced resources
includeReferencedResources: true
# Section order for the generated document
sectionOrder:
- title
- description
- usage
- referencedResources
- parameters
- resources
- outputs
- parameterReferences # This is the list of complex parameters and allow values
# Do not generate versioned output folders
disableVersioning: false
# Configuration for individual providers
formatters:
docusaurus:
# Do not add page tags (resource providers)
addPageTags: true
markdown:
# input values for usage examples
usage:
# determins if the usage examples uses "br" or "ts".
# accepted values are 'local' and 'registry'
moduleType: local
# the alias used. Same as "moduleAliases" in bicepconfig.json
moduleAlias: IacModules