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
562 stars 93 forks source link

Issue with parsing plantUml files #43

Closed BBartosz closed 3 years ago

BBartosz commented 3 years ago

When i generate my .puml files from structurizr java-api I have got as example following imports on top of the file:

!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4.puml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml

It will result in following error:

Screenshot 2564-07-11 at 23 15 28

On the other hand if I will replace those imports manually to be:

!include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4_Container.puml

Everything generates correctly. Is it possible @adrianvlupu your fork of C4-PlantUML is not up to date?

BBartosz commented 3 years ago

Update: i have regenerated new c4builder site and now it works fine so i guess it was not updated