Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/mermaid #423

Merged
merged 12 commits into from Apr 27, 2023
Merged

Feature/mermaid #423

merged 12 commits into from Apr 27, 2023

Conversation

xaviaracil
Copy link

Render class diagrams using mermaidjs.org.

To render a class diagram a section has to be marked with the attributes data-model and data-class-diagram.

The data-package, data-classes attributes, if present, act as a filter for the section. Only classes in the named package will be expected or generated.

The data-class-diagram-omit-properties attribute, if present, will cause the diagram to omit properties and display only class names.

The data-class-diagram-hide-title attribute, if present, will cause the diagram to omit the title.

@xaviaracil xaviaracil merged commit bd32afe into develop Apr 27, 2023
1 of 4 checks passed
@xaviaracil xaviaracil deleted the feature/mermaid branch April 27, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant