Closed filzrev closed 4 days ago
This PR change PlantUmlOptions default settings.
PlantUmlOptions
Background When using PlantUML diagrams. It need to explicitly set build/markdownEngineProperties/plantuml configs. https://dotnet.github.io/docfx/docs/markdown.html#settings
PlantUML
build/markdownEngineProperties/plantuml
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.
This PR change
PlantUmlOptions
default settings.Background When using
PlantUML
diagrams. It need to explicitly setbuild/markdownEngineProperties/plantuml
configs. https://dotnet.github.io/docfx/docs/markdown.html#settingsCurrently when above config is not defined. following exception is thrown.
This PR change default settings to use PlantUML Online server as default options.