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

docs: support mermaid diagrams #652

Merged
merged 1 commit into from
Mar 3, 2021
Merged

docs: support mermaid diagrams #652

merged 1 commit into from
Mar 3, 2021

Conversation

paulpach
Copy link
Contributor

@paulpach paulpach commented Mar 3, 2021

With this change we can now easily add mermaid diagrams to documentation.
Add a diagram like this:

<div class="mermaid">
    graph TD
    A[Client] --> B[Load Balancer]
    B --> C[Server1]
    B --> D[Server2]
</div>

This generates the corresponding svg for that diagram.

You an use the mermaid live editor
for easy diagram composition and examples.

With this change we can now easily add mermaid diagrams to documentation.
Add a diagram like this:

```
<div class="mermaid">
    graph TD
    A[Client] --> B[Load Balancer]
    B --> C[Server1]
    B --> D[Server2]
</div>
```

This generates the corresponding svg for that diagram.

You an use the [mermaid life editor](https://mermaid-js.github.io/mermaid-live-editor)
for easy diagram composition and examples.
@paulpach paulpach changed the title doc: support mermaid diagrams docs: support mermaid diagrams Mar 3, 2021
@paulpach paulpach merged commit 90b110c into master Mar 3, 2021
@paulpach paulpach deleted the mermaid branch March 3, 2021 21:50
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2021

🎉 This PR is included in version 70.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant