WIP: Expand the developer documentation #27

Draft
gremond wants to merge 189 commits from develop into developer_docs
Showing only changes of commit 46e2ede81d - Show all commits

View file

@ -421,7 +421,7 @@ secret_manager:
] ]
if hidden_outputs: if hidden_outputs:
rougail_process += """ rougail_process += """
hidden: disabled:
type: jinja type: jinja
jinja: | jinja: |
""" """
@ -470,6 +470,7 @@ default_params:
mandatory: false mandatory: false
default: {value} default: {value}
""" """
# print(rougail_process)
rougail_options += rougail_process rougail_options += rougail_process
convert = FakeRougailConvert(add_extra_options) convert = FakeRougailConvert(add_extra_options)
convert.init() convert.init()