File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11---
2+ # yamllint disable rule:line-length
3+
24base :
35 description : The base schemas serve as the foundation for every single schema extension
46 you might want to use afterward. This one is mandatory and will unlock access
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ def build(context: Context) -> None:
224224 consolidated_doc = schema_docs_dir / "schema-library.mdx"
225225
226226 all_content = []
227- all_content .append ("<!-- markdownlint-disable-file MD025 -->\n " )
227+ all_content .append ("--- \n title: Schema Library Documentation \n --- \n <!-- markdownlint-disable-file MD025 -->\n " )
228228
229229 with open (METADATA_FILE , "r" , encoding = "utf-8" ) as f :
230230 schema = yaml .safe_load (f )
You can’t perform that action at this time.
0 commit comments