Skip to content

Commit

Permalink
add parsing of context schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJuanAndOnly99 committed Apr 11, 2024
1 parent b27c3f2 commit 490af28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema2Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function generateObjectMD(schema, title, schemaFolderName, filePath, version) {
markdownContent += '\n```\n\n';
});
}

}

const frontMatter = generateFrontMatter(objectName, schema.description);
Expand Down Expand Up @@ -226,6 +226,8 @@ function main() {
"items": []
}

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

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

0 comments on commit 490af28

Please sign in to comment.