summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-09-10 10:55:50 +0000
committerThiago Presa <tpresa@gitlab.com>2018-09-10 18:20:46 -0300
commit38be8bc05406d4fd5f2e5459297acd6822720707 (patch)
tree09b99329006b64a5910ca4fad4c165a0b0930813
parente195728fc0e611c7ccc8fc3888caf40188a2523c (diff)
downloadgitlab-ce-38be8bc05406d4fd5f2e5459297acd6822720707.tar.gz
Merge branch 'docs/51295-update-documentation-for-interactive-web-terminals-to-remove-beta-indicator' into 'master'
Remove beta from web terminal documentation Closes #51295 See merge request gitlab-org/gitlab-ce!21641
-rw-r--r--doc/ci/interactive_web_terminal/index.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/ci/interactive_web_terminal/index.md b/doc/ci/interactive_web_terminal/index.md
index 507aceb27fa..8ce4fe55cec 100644
--- a/doc/ci/interactive_web_terminal/index.md
+++ b/doc/ci/interactive_web_terminal/index.md
@@ -1,10 +1,6 @@
# Getting started with interactive web terminals
-> Introduced in GitLab 11.3.
-
-CAUTION: **Warning:**
-Interactive web terminals are in beta, so they might not work properly and
-lack features. For more information [follow issue #25990](https://gitlab.com/gitlab-org/gitlab-ce/issues/25990).
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/50144) in GitLab 11.3.
Interactive web terminals give the user access to a terminal in GitLab for
running one-of commands for their CI pipeline.