Skip to content

Add note for SaaS clients using PlantUML integration

Anton Starovoytov requested to merge astarovoytov-plantuml-saas-note into master

What does this MR do and why?

The MR adds a note for SaaS customers that PlantUML integration is enabled by default.

One client in the ticket was asking about the feature and was referring to the GitLab documentation. Our documentation has instructions for enabling the integration, but does not mention neither SaaS or Self-Managed customers, which creates confusion.

How to set up and validate locally

Add below code block (in SaaS account) to md file and PlantUML diagram is rendered properly

```plantuml
Bob -> Alice : hello
Alice -> Bob : hi
```

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Marcel Amirault

Merge request reports

Loading