adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
563 stars 93 forks source link

Support for setting PlantUML Server URL #29

Closed coryodaniel closed 3 years ago

coryodaniel commented 3 years ago

Adds support for plantumlServerUrl defaulting to https://www.plantuml.com/plantuml so that a private PlantUML server can be configured.

Also enables configuring the image format, defaulting to svg.

coryodaniel commented 3 years ago

Are you still accepting PRs on this repo?

adrianvlupu commented 3 years ago

Hi, yes. I intend to handle this repo this weekend, there's a huge todo list waiting. I was way too busy for way too long at work and never managed to focus on the uncommited changes I did before.

Also, https://github.com/plantuml-stdlib/C4-PlantUML happened, and tried to use my spare time there.

Sorry for not responding earlier. Happy holidays 🎄

coryodaniel commented 3 years ago

No problem. No rush! I was just putting together some docs on how to use it for an internal project and wanted to note where it should be installed from. We’re using the features in this PR.

Thanks for your work!