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 e28a301 commit cc9a4cfCopy full SHA for cc9a4cf
aws_doc_sdk_examples_tools/yaml_mapper.py
@@ -53,6 +53,7 @@ def example_from_yaml(
53
check_aws=validation.check_aws,
54
)
55
synopsis_list = [str(syn) for syn in yaml.get("synopsis_list", [])]
56
+ suppress_publish = yaml.get("suppress_publish", False)
57
58
source_key = yaml.get("source_key")
59
guide_topic = url_from_yaml(yaml.get("guide_topic"))
@@ -124,6 +125,7 @@ def example_from_yaml(
124
125
synopsis=synopsis,
126
synopsis_list=synopsis_list,
127
source_key=source_key,
128
+ suppress_publish=suppress_publish,
129
),
130
errors,
131
0 commit comments