diff --git a/doc/scripts/convert_yaml_to_adoc.py b/doc/scripts/convert_yaml_to_adoc.py index 5eff522a00..3b03856986 100644 --- a/doc/scripts/convert_yaml_to_adoc.py +++ b/doc/scripts/convert_yaml_to_adoc.py @@ -50,7 +50,8 @@ COMPLEX_OPTIONS = ( 'server_encryption_options', 'client_encryption_options', 'transparent_data_encryption_options', - 'hinted_handoff_disabled_datacenters' + 'hinted_handoff_disabled_datacenters', + 'startup_checks' ) def convert(yaml_file, dest_file):