This commit is contained in:
Kelly Brown 2025-07-24 16:16:21 -04:00 committed by GitHub
commit bc0022ac6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
77 changed files with 286 additions and 106 deletions

View file

@ -145,6 +145,7 @@ def generate_provider_docs(provider_spec: Any, api_name: str) -> str:
config_info = get_config_class_info(config_class)
md_lines = []
md_lines.append("---\norphan: true\n---\n")
md_lines.append(f"# {provider_type}")
md_lines.append("")