Skip to content

Commit

Permalink
fix(core): new property renderParsedSchemas added (#933)
Browse files Browse the repository at this point in the history
* fix(core): new property renderParsedSchemas added

* Create fluffy-kids-invent.md

* Update fluffy-kids-invent.md
  • Loading branch information
boyney123 authored Nov 4, 2024
1 parent d739d7b commit a57282e
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 96 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-kids-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/core": patch
---

fix(core): new property for AsyncAPI rendering
3 changes: 3 additions & 0 deletions bin/eventcatalog.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export interface Config {
src: string;
text?: string;
};
asyncAPI?: {
renderParsedSchemas?: boolean;
};
mdxOptimize?: boolean;
docs: {
sidebar: {
Expand Down
180 changes: 88 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.2",
"@asyncapi/react-component": "^2.2.2",
"@asyncapi/react-component": "^2.4.3",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@parcel/watcher": "^2.4.1",
Expand Down
Loading

0 comments on commit a57282e

Please sign in to comment.