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 |
||
---|---|---|
.. | ||
helpers | ||
access_requests.rb | ||
api.rb | ||
api_guard.rb | ||
award_emoji.rb | ||
boards.rb | ||
branches.rb | ||
broadcast_messages.rb | ||
builds.rb | ||
commit_statuses.rb | ||
commits.rb | ||
deploy_keys.rb | ||
deployments.rb | ||
entities.rb | ||
environments.rb | ||
files.rb | ||
groups.rb | ||
helpers.rb | ||
internal.rb | ||
issues.rb | ||
keys.rb | ||
labels.rb | ||
lint.rb | ||
members.rb | ||
merge_request_diffs.rb | ||
merge_requests.rb | ||
milestones.rb | ||
namespaces.rb | ||
notes.rb | ||
notification_settings.rb | ||
pagination_params.rb | ||
pipelines.rb | ||
project_hooks.rb | ||
project_snippets.rb | ||
projects.rb | ||
repositories.rb | ||
runners.rb | ||
services.rb | ||
session.rb | ||
settings.rb | ||
sidekiq_metrics.rb | ||
snippets.rb | ||
subscriptions.rb | ||
system_hooks.rb | ||
tags.rb | ||
templates.rb | ||
todos.rb | ||
triggers.rb | ||
users.rb | ||
variables.rb | ||
version.rb |