From 6f86614caa773f9e5fbcc0f2cf2482c8169e1f08 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Thu, 11 Jul 2019 10:39:05 +0900 Subject: Clean up headers in markdown 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 --- doc/administration/integration/terminal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/administration/integration') 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 -- cgit v1.2.1