gitlab-org--gitlab-foss/doc
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
..
administration Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
api Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
ci Rename "autodeploy" to "auto deploy" 2016-12-23 11:08:18 +01:00
container_registry
customization
development Merge branch 'ux-copy-capitalization-punctuation' into 'master' 2017-01-06 18:26:58 +00:00
downgrade_ee_to_ce
gitlab-basics
hooks
incoming_email
install added update guides for 8.16 [ci skip] 2017-01-09 12:30:16 +01:00
integration Add support for PlantUML diagrams in Asciidoc. 2017-01-12 10:04:52 +00:00
intro
legal
logs
markdown
migrate_ci_to_ce
monitoring
operations
permissions
profile
project_services List all commands 2016-12-22 19:12:17 +01:00
public_access
raketasks Merge branch 'backup-restore-documentation-tips' into 'master' 2017-01-11 21:37:57 +00:00
security
ssh Refactor SSH keys docs 2016-12-09 12:49:07 +01:00
system_hooks
university new DevOps report, 404s, typos 2016-12-06 13:47:48 -07:00
update updated due to reorder changes [ci skip] 2017-01-09 12:35:14 +01:00
user Treat environments matching production/* as Production 2017-01-09 16:35:24 +01:00
web_hooks Small refactor of webhooks docs 2016-12-01 13:19:00 +01:00
workflow Merge branch 'patch-8' into 'master' 2017-01-10 23:43:48 +00:00
README.md Rename "Online terminal" to "Web terminal" in the docs 2016-12-20 11:05:39 +00:00

GitLab Community Edition documentation

User documentation

Administrator documentation

Contributor documentation

  • Development All styleguides and explanations how to contribute.
  • Legal Contributor license agreements.