mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-12 10:35:51 +00:00
feat(docs): make config section for ingestion sources auto-open by default (#5075)
This commit is contained in:
parent
d31c00939c
commit
b2d957ddbf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user