feat(docs): make config section for ingestion sources auto-open by default (#5075)

This commit is contained in:
Shirshanka Das 2022-06-02 09:27:13 -07:00 committed by GitHub
parent d31c00939c
commit b2d957ddbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -720,7 +720,7 @@ def generate(
"Note that a `.` is used to denote nested fields in the YAML recipe.\n\n"
)
f.write(
"\n<details>\n<summary>View All Configuration Options</summary>\n\n"
"\n<details open>\n<summary>View All Configuration Options</summary>\n\n"
)
for doc in plugin_docs["config"]:
f.write(doc)