Skip to content

Commit 701dbc9

Browse files
committed
promoted headings to render (enterprise) label
1 parent 6bbbca1 commit 701dbc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/networking/port-forwarding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ accessible by users outside of the Coder deployment.
9292

9393
![Port forwarding from an app in the UI](../images/networking/portforwarddashboard.png)
9494

95-
### Accessing workspace ports
95+
## Accessing workspace ports
9696

9797
Another way to port forward in the dashboard is to use the "Open Ports" button
9898
to specify an arbitrary port. Coder will also detect if apps inside the
@@ -101,7 +101,7 @@ only supported on Windows and Linux workspace agents).
101101

102102
![Port forwarding in the UI](../images/networking/listeningports.png)
103103

104-
#### Sharing ports
104+
### Sharing ports
105105

106106
We allow developers to share ports as URLs, either with other authenticated
107107
coder users or publicly. Using the open ports interface, developers can assign a
@@ -126,7 +126,7 @@ defined using the terraform provider can be overridden by sharing the port.
126126
The sharing level is limited by the maximum level enforced by the template
127127
in enterprise deployments, and not restricted in OSS deployments.
128128

129-
#### Configure maximum port sharing level (enterprise)
129+
### Configure maximum port sharing level (enterprise)
130130

131131
Enterprise-licensed template admins can control the maximum port sharing level
132132
for workspaces under a given template in the template settings. By default, the
@@ -136,7 +136,7 @@ end-users. OSS deployments allow all workspaces to share ports at both the
136136

137137
![Max port sharing level in the UI](../images/networking/portsharingmax.png)
138138

139-
#### Configuring port protocol
139+
### Configuring port protocol
140140

141141
Both listening and shared ports can be configured to use either `HTTP` or
142142
`HTTPS` to connect to the port. For listening ports the protocol selector

0 commit comments

Comments
 (0)