Documentation as Code for Cloud Using PlantUML
blog.dornea.nu
Documentation as Code for Cloud Using PlantUML
1–10 of 35 posts
Re: Documentation as Code for Cloud Using PlantUML
#2Re: Documentation as Code for Cloud Using PlantUML
#3One of the coolest things about plantuml is the generated PNG actually contains the source code for the image as metadata. If someone gives you an image, they don't also need to send you the source because you can extract it using the plantuml CLI.
Re: Documentation as Code for Cloud Using PlantUML
#4I'd like to start doing this with my open-source as well.
Re: Documentation as Code for Cloud Using PlantUML
#5I started using plantuml more rigorously at work. I've found that collaboration on the drawings/diagrams, is simpler and easier as it can be tracked in Git. One additional thing that I've been using as well is the mdBook plugin to embed and render the images as part of a larger book. This has been helpful for large systems when there are many teams involved. We publish the content as github pages on the repos as well…
We now publish draw.io SVGs. GitHub renders them and people view them. The rendering engine is effectively the browser which makes it very accessible.
I suppose this means our companies have differing cultures or some other factor I'm not aware of
Re: Documentation as Code for Cloud Using PlantUML
#6Nevertheless one improvement I would like to see for PlantUML (and similar tools like Mermaid) is a way to separate content and style from layout... i.e perhaps have a viewer that can pop up and let the user reorganise the elements and save the absolute positioning to a separate sidecar file?
Re: Documentation as Code for Cloud Using PlantUML
#7Re: Documentation as Code for Cloud Using PlantUML
#8One of the coolest things about plantuml is the generated PNG actually contains the source code for the image as metadata. If someone gives you an image, they don't also need to send you the source because you can extract it using the plantuml CLI.
Coworkers always accuse me of tomfoolery when I tell them it's already in there
Re: Documentation as Code for Cloud Using PlantUML
#9What does PlantUML do better than mermaid?
Last I heard, PlantUML has support for more types of diagrams, allows for themes and more customization.
Re: Documentation as Code for Cloud Using PlantUML
#10What does PlantUML do better than mermaid?