-
Using mkdocs and this mermaid plugin I can successfully create an embedded sequence diagram. Does this plugin support configuration parameters and if yes, what is the syntax? This is my current test sequence diagram... but not sure how to add "mirrorActors = false" mermaid |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hmm... good question! These are the configuration parameters you are considering. You can add initialization parameters through the config file. Otherwise, you might have to write your own initialize sequence in javascript? Of course, you probably won't need a callback sequence. Let me know if you found a way around this -- since I suspect others might have a similar question in the future. |
Beta Was this translation helpful? Give feedback.
Hmm... good question!
These are the configuration parameters you are considering.
You can add initialization parameters through the config file.
Otherwise, you might have to write your own initialize sequence in javascript? Of course, you probably won't need a callback sequence.
Let me know if you found a way around this -- since I suspect others might have a similar question in the future.