f986b4c4e5
This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a PlantUML diagram all we need is to include a plantuml block like: ``` [plantuml, id="myDiagram", width="100px", height="100px"] -- bob -> alice : ping alice -> bob : pong -- ``` The plantuml block is substituted by an HTML img element with *src* pointing to an external PlantUML server. This MR also add a PlantUML integration section to the Administrator -> Settings page to configure the PlantUML rendering service and to enable/disable it. Closes: #17603 |
||
---|---|---|
.. | ||
abuse_reports_controller.rb | ||
appearances_controller.rb | ||
application_controller.rb | ||
application_settings_controller.rb | ||
applications_controller.rb | ||
background_jobs_controller.rb | ||
broadcast_messages_controller.rb | ||
builds_controller.rb | ||
dashboard_controller.rb | ||
deploy_keys_controller.rb | ||
groups_controller.rb | ||
health_check_controller.rb | ||
hooks_controller.rb | ||
identities_controller.rb | ||
impersonations_controller.rb | ||
keys_controller.rb | ||
labels_controller.rb | ||
logs_controller.rb | ||
projects_controller.rb | ||
requests_profiles_controller.rb | ||
runner_projects_controller.rb | ||
runners_controller.rb | ||
services_controller.rb | ||
spam_logs_controller.rb | ||
system_info_controller.rb | ||
users_controller.rb |