gitlab-org--gitlab-foss/doc/administration
Horacio Sanson f986b4c4e5 Add support for PlantUML diagrams in Asciidoc.
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
2017-01-12 10:04:52 +00:00
..
auth Merge branch 'feature/log-ldap-to-application-log' into 'master' 2017-01-09 13:39:19 +00:00
high_availability Rename "Online terminal" to "Web terminal" in the docs 2016-12-20 11:05:39 +00:00
img Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
integration Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
monitoring/performance Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
operations Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
raketasks Add LDAP task to rename a provider 2016-12-16 09:57:05 -06:00
troubleshooting Fix gdb backtrace command 2016-11-01 23:59:32 +00:00
build_artifacts.md Add more storage statistics 2016-12-21 16:39:49 +01:00
container_registry.md Document how to change the Registry's internal port 2016-10-06 18:42:30 +02:00
custom_hooks.md Update custom hooks docs and set 4.1.0 2016-12-12 15:29:13 +00:00
environment_variables.md Allow users to seed the initial runner registration token using an environment variable 2016-12-01 17:21:21 -08:00
housekeeping.md Clarify git housekeeping 2016-12-30 14:58:22 +08:00
issue_closing_pattern.md Change location and refactor issue closing pattern documentation 2016-09-22 11:09:04 +03:00
logs.md Fix headings in administration/logs.md 2016-12-15 15:18:06 +01:00
operations.md Added documentation and CHANGELOG item. 2016-11-10 11:38:11 -06:00
reply_by_email.md Fix dead link in Reply by email documentation 2017-01-06 13:46:07 +01:00
reply_by_email_postfix_setup.md Move reply by email docs to a new location 2016-09-25 11:55:14 +02:00
repository_checks.md Simplify feature introduction note 2016-08-08 11:44:55 +03:00
repository_storages.md Document multiple repository storage paths 2016-11-04 04:01:08 +00:00
restart_gitlab.md Move reply by email docs to a new location 2016-09-25 11:55:14 +02:00