johanneswuerbach / backstage-plugin-techdocs-addon-mermaid

Backstage TechDocs Mermaid Addon
MIT License
46 stars 20 forks source link

Adds Mermaid config as React Properties of Mermaid Addon Component #7

Closed dmckernanacv closed 2 years ago

dmckernanacv commented 2 years ago

This Pull Request Fixes #6 by supplying the mermaidAPI Config as React Element properties to the Mermaid plugin React Element.

dmckernanacv commented 2 years ago

After config changes, forgot to remove some exports, additionally this changed the level of properties on the mermaid element, had to fix that in the unit test.

johanneswuerbach commented 2 years ago

Sorry, could you still nest the mermaid config inside MermaidProps as mermaidConfig or something similar? I would we worried running into trouble in the future when we actually need to add plugin specific config.

johanneswuerbach commented 2 years ago

Released as backstage-plugin-techdocs-addon-mermaid@0.3.0, thanks a lot for your contribution 😍