Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Koding integration and documentation | Stan Hu | 2018-10-12 | 1 | -246/+0 |
| | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697 | ||||
* | Specification change: Fix asciidoctor block context. | Koichiro Mikami | 2018-10-11 | 1 | -2/+2 |
| | |||||
* | Resolve "CE documentation is not CommonMark compliant" | Brett Walker | 2018-09-06 | 3 | -19/+16 |
| | |||||
* | Use nip.io instead of xip.iodz-use-nip-io | Dmitriy Zaporozhets | 2018-06-12 | 1 | -9/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | doc | Mark Chao | 2018-06-06 | 1 | -1/+1 |
| | |||||
* | Deprecate the Kubernetes service docsdocs/redirect-k8s-service-page | Achilleas Pipinellis | 2018-05-09 | 1 | -9/+7 |
| | |||||
* | Added PlantUML server using docker | morph027 | 2018-02-02 | 1 | -1/+13 |
| | |||||
* | plantuml.md: use html tags so code fence example would work | Elan Ruusamäe | 2017-12-27 | 1 | -8/+10 |
| | |||||
* | Update gitlab-markup and PlantUML docs | Markus Koller | 2017-11-01 | 1 | -16/+21 |
| | |||||
* | Merge branch 'feature/plantuml-restructured-text' into 'master' | Rémy Coutable | 2017-09-07 | 1 | -1/+10 |
|\ | | | | | | | | | Add documentation for PlantUML in reStructuredText See merge request !13900 | ||||
| * | Add documentation for PlantUML in reStructuredText | Markus Koller | 2017-08-29 | 1 | -1/+10 |
| | | |||||
* | | Deprecate Koding in docsdocs/rm-koding | Achilleas Pipinellis | 2017-09-01 | 1 | -1/+5 |
|/ | |||||
* | Gitlab -> GitLab | Ben Bodenmiller | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Update plantuml.md Fix wrong order when restarting tomcat service [ci skip] | Vladimir Tasic | 2017-04-21 | 1 | -1/+1 |
| | |||||
* | Update plantuml.md to add the actual link. | Sascha Reynolds | 2017-04-20 | 1 | -0/+2 |
| | |||||
* | Update plantuml.md to fix wrong introduced in link. | Sascha Reynolds | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'docs/fix-broken-links' into 'master' | Achilleas Pipinellis | 2017-02-07 | 1 | -1/+1 |
|\ | | | | | | | | | Fix broken links to docs See merge request !9022 | ||||
| * | Fix broken links to docs | Achilleas Pipinellis | 2017-02-06 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Introduce maximum session time for terminal websocket connectionterminal-max-session-time | Adam Niedzielski | 2017-02-06 | 1 | -0/+10 |
|/ | | | | | Store the value in application settings. Expose the value to Workhorse. | ||||
* | Merge branch 'docs/integrations' into 'master' | Achilleas Pipinellis | 2017-02-03 | 1 | -7/+9 |
|\ | | | | | | | | | Refactor integrations page documentation See merge request !8966 | ||||
| * | Move project services to new location under Integrations | Achilleas Pipinellis | 2017-02-03 | 1 | -7/+9 |
| | | |||||
* | | PlantUML support for Markdown | Horacio Sanson | 2017-02-03 | 1 | -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 Sanson | 2017-01-12 | 1 | -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 docs | Nick Thomas | 2016-12-20 | 1 | -8/+8 |
| | |||||
* | Add online terminal documentation | Nick Thomas | 2016-12-19 | 1 | -0/+73 |
| | |||||
* | Add docker-compose environment initialization command | Sonmez Kartal | 2016-10-25 | 1 | -0/+1 |
| | | | | Signed-off-by: Sonmez Kartal <sonmez@koding.com> | ||||
* | Split Koding admin/user docs | Achilleas Pipinellis | 2016-08-22 | 1 | -0/+242 |