Is there a mkdocs-extension that can render UML sequence diagrams from .seqdiag-files?
If not, is there another tool that we can add to GitHub-actions?
Background information: For our technical specifications-page on the documentation, we would like to include some sequence diagrams and ideally the source for these diagrams would also be version controlled. This is possible with .seqdiag-files.
Is there a
mkdocs-extension that can render UML sequence diagrams from.seqdiag-files?If not, is there another tool that we can add to GitHub-actions?
Background information: For our technical specifications-page on the documentation, we would like to include some sequence diagrams and ideally the source for these diagrams would also be version controlled. This is possible with
.seqdiag-files.