unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.93k stars 725 forks source link

Docs: Add Mermaid support to DocFX #8297

Closed carldebilly closed 2 years ago

carldebilly commented 2 years ago

Page with problem: https://platform.uno/docs/articles/uno-development/Uno-UI-Layouting-iOS.html

How-To: https://christian-schou.dk/how-to-produce-static-documentation-using-docfx/#including-diagrams-in-your-documentation-mermaid-with-docfx

agneszitte commented 2 years ago

Known issue There is additional whitespace above and below the flowchart diagrams after adding Mermaid support with PR #8430 Mermaid version will need to be bumped here when this issue is fixed : https://github.com/mermaid-js/mermaid/issues/1984. As of right now with this PR, it's using the version 8.14.0 Related issue: https://github.com/unoplatform/uno/issues/8431