microsoft / alguidelines

Best Practices and Design Patterns for the AL Language
https://alguidelines.dev/
MIT License
129 stars 48 forks source link

Docsy - Diagrams with Mermaid #146

Closed christianbraeunlich closed 2 years ago

christianbraeunlich commented 2 years ago

This PR attempts to enable Mermaid.

Mermaid: https://mermaid-js.github.io/mermaid/ Docsy - Diagrams with Mermaid: https://www.docsy.dev/docs/adding-content/diagrams-and-formulae/#diagrams-with-mermaid

Example:

graph LR
  Start --> Need{"Do I need diagrams"}
  Need -- No --> Off["Set params.mermaid.enable = false"]
  Need -- Yes --> HaveFun["Great!  Enjoy!"]