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
operations
raketasks Add LDAP task to rename a provider 2016-12-16 09:57:05 -06:00
troubleshooting
build_artifacts.md Add more storage statistics 2016-12-21 16:39:49 +01:00
container_registry.md
custom_hooks.md
environment_variables.md
housekeeping.md Clarify git housekeeping 2016-12-30 14:58:22 +08:00
issue_closing_pattern.md
logs.md
operations.md
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
repository_checks.md
repository_storages.md
restart_gitlab.md