Skip to content

Commit

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

0 comments on commit c1f71f2

Please sign in to comment.