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.

Home Page:https://adrianvlupu.github.io/C4-Builder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with parsing plantUml files

BBartosz opened this issue · comments

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?

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