Skip to content

Commit

Permalink
Update buildSchemaPages.py
Browse files Browse the repository at this point in the history
Mike asked for a table header
  • Loading branch information
jryland59 authored May 9, 2024
1 parent 1eb1bc7 commit f965cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildSchemaPages.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def stripSuffixAndBuildTable(specName):
table.append("## Schemas")
table.append("")
table.append("|---|---|---|")
#table.append(specName+"|Version|Doc") seems to look better without this
table.append(specName+"|Version|Doc") seems to look better without this
for file in schemasFiles:
shortname = file[:-4]
os.rename(directory+file, directory+shortname)
Expand Down

0 comments on commit f965cb6

Please sign in to comment.