Hi!
I have some private repositories on gitlab.com and I want to render plantuml diagrams in my markdown files there. But I cannot find any information about how to do it.
Here https://docs.gitlab.com/ce/administration/integration/plantuml.html it is said that I need to enable plantuml integration, but there is no such integration in my project integration settings.
Another tip I found is http://uml.mvnsearch.org/index_gitlab.jsp but it is said there that I need to add plantuml as my project developer member. But I cannot find user plantuml on gitlab.com!
So, how can I render plantuml diagrams on gitlab.com?
I was looking for this same feature on Gitlab.com and couldn’t find it either. If this is on purpose, perhaps this can be noted on the Wiki https://docs.gitlab.com/ce/administration/integration/plantuml.html In practice this means 2 options remain: 1) manually committing rendered images for a Gitlab.com online preview, 2) not previewing the PlantUML source in Gitlab.com and always using a rendered version.
Committing the rendered image is not an option when you often update it. Of course extra CI can be added for this purpose, but it’s something else to maintain and I certainly can’t tell beginners to proceed this way…
I believe this feature is only enabled for self-hosted GitLab instances.
There is an open ticket for this feature, however: https://gitlab.com/gitlab-com/infrastructure/issues/2163
Alternatively, you can use the trick described in this Stack Overflow question: https://stackoverflow.com/questions/32203610/how-to-integrate-uml-diagrams-into-gitlab-or-github