sections
Since v0.10.0
The following options are supported and can be used for sections.show and
sections.hide:
all(since v0.15.0)data-sources(since v0.13.0)headerfooter(since v0.12.0)inputsmodules(since v0.11.0)outputsprovidersrequirementsresources(since v0.11.0)
The following options cannot be used together:
sections.hideandsections.showsections.hide-allandsections.show-allsections.hide-allandsections.hidesections.show-allandsections.show
As of
v0.13.0, sections.hide-all and sections.show-all are deprecated
in favor of explicit use of sections.hide and sections.show, and they are removed
as of v0.15.0.
Options
Available options with their default values.
sections:
hide: []
show: []
hide-all: false # deprecated in v0.13.0, removed in v0.15.0
show-all: true # deprecated in v0.13.0, removed in v0.15.0
Examples
Show only providers, inputs, and outputs.
sections:
show:
- providers
- inputs
- outputs
Show everything except providers.
sections:
hide:
- providers