diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 10:39:05 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-07-11 10:39:05 +0900 |
commit | 6f86614caa773f9e5fbcc0f2cf2482c8169e1f08 (patch) | |
tree | ad423a90fdc78f50ccd12548df1213281c15d3c0 /doc/administration/integration | |
parent | 48fa47e07d54979b70704beb16ea55548f2190c4 (diff) | |
download | gitlab-ce-docs-markdown-header-lint.tar.gz |
Clean up headers in markdowndocs-markdown-header-lint
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
Diffstat (limited to 'doc/administration/integration')
-rw-r--r-- | doc/administration/integration/terminal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/integration/terminal.md b/doc/administration/integration/terminal.md index c34858cd0db..b221fba023f 100644 --- a/doc/administration/integration/terminal.md +++ b/doc/administration/integration/terminal.md @@ -41,7 +41,7 @@ detail below. - Every session URL that is created has an authorization header that needs to be sent, to establish a `wss` connection. - The session URL is not exposed to the users in any way. GitLab holds all the state internally and proxies accordingly. -## Enabling and disabling terminal support +## Enabling and disabling terminal support NOTE: **Note:** AWS Elastic Load Balancers (ELBs) do not support web sockets. AWS Application Load Balancers (ALBs) must be used if you want web terminals |