summaryrefslogtreecommitdiff
path: root/doc/administration/integration
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate Koding in docsdocs/rm-kodingAchilleas Pipinellis2017-09-011-1/+5
|
* Gitlab -> GitLabBen Bodenmiller2017-04-271-2/+2
|
* Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] Vladimir Tasic2017-04-211-1/+1
|
* Update plantuml.md to add the actual link.Sascha Reynolds2017-04-201-0/+2
|
* Update plantuml.md to fix wrong introduced in link.Sascha Reynolds2017-04-191-1/+1
|
* Merge branch 'docs/fix-broken-links' into 'master' Achilleas Pipinellis2017-02-071-1/+1
|\ | | | | | | | | Fix broken links to docs See merge request !9022
| * Fix broken links to docsAchilleas Pipinellis2017-02-061-1/+1
| | | | | | | | [ci skip]
* | Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-0/+10
|/ | | | | Store the value in application settings. Expose the value to Workhorse.
* Merge branch 'docs/integrations' into 'master' Achilleas Pipinellis2017-02-031-7/+9
|\ | | | | | | | | Refactor integrations page documentation See merge request !8966
| * Move project services to new location under IntegrationsAchilleas Pipinellis2017-02-031-7/+9
| |
* | PlantUML support for MarkdownHoracio Sanson2017-02-031-5/+13
|/ | | | | | | | | | | Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks: ```plantuml Bob -> Sara : Hello Sara -> Bob : Go away ``` Closes: #4048
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+87
| | | | | | | | | | | | | | | | | | | | | 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
* Rename "Online terminal" to "Web terminal" in the docsNick Thomas2016-12-201-8/+8
|
* Add online terminal documentationNick Thomas2016-12-191-0/+73
|
* Add docker-compose environment initialization commandSonmez Kartal2016-10-251-0/+1
| | | | Signed-off-by: Sonmez Kartal <sonmez@koding.com>
* Split Koding admin/user docsAchilleas Pipinellis2016-08-221-0/+242