Skip to content

Commit

Permalink
Update buildSchemaPages.py
Browse files Browse the repository at this point in the history
removed schema name from header
  • Loading branch information
jryland59 authored May 9, 2024
1 parent c1f71f2 commit 669df61
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")
table.append("| |Version|Doc")
for file in schemasFiles:
shortname = file[:-4]
os.rename(directory+file, directory+shortname)
Expand Down

0 comments on commit 669df61

Please sign in to comment.