Skip to content

Commit

Permalink
Update schema2Markdown.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kris West <kris.west@interop.io>
  • Loading branch information
TheJuanAndOnly99 and kriswest authored Apr 11, 2024
1 parent 11ad90f commit 0c83f6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema2Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,13 @@ function main() {
"items": []
}

sidebarApiObject.items = parseSchemaFolder('api', version);
sidebarContextObject.items = parseSchemaFolder('context', version);

if (sidebarObject.docs["FDC3 Standard"] == null) {
sidebarObject.docs["FDC3 Standard"] = [];
}

sidebarObject.docs["FDC3 Standard"].push(sidebarContextObject)
sidebarObject.docs["FDC3 Standard"].push(sidebarApiObject)

fse.outputJSONSync(
`./website/versioned_sidebars/version-${version}-sidebars.json`,
Expand Down

0 comments on commit 0c83f6a

Please sign in to comment.