dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
4.09k stars 867 forks source link

feat: Use PlantUML Online Server as default configs #10395

Closed filzrev closed 4 days ago

filzrev commented 5 days ago

This PR change PlantUmlOptions default settings.

Background When using PlantUML diagrams. It need to explicitly set build/markdownEngineProperties/plantuml configs. https://dotnet.github.io/docfx/docs/markdown.html#settings

Currently when above config is not defined. following exception is thrown.

error PlantUmlExtension: Value cannot be null. (Parameter 'uriString')

This PR change default settings to use PlantUML Online server as default options.