Skip to content

Commit 5a5995a

Browse files
authored
Remove Icon tags (#52997)
The docs engine strips these, so they are no op. Remove them so we can remove the docs engine code that strip them. As part of this, remove the `icons-table.mdx` partial, which no pages include.
1 parent 96138d6 commit 5a5995a

File tree

2 files changed

+8
-65
lines changed

2 files changed

+8
-65
lines changed

docs/pages/connect-your-client/introduction.mdx

+8-9
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ terminal environment.
135135
</TabItem>
136136
<TabItem label="Web UI">
137137

138-
From the <Icon name="server" size="sm" inline/> **Servers** menu, the Teleport
139-
Web UI will list all servers your user has permission to access. The **CONNECT**
140-
button will open a new tab with a terminal emulator to provide access to that server.
138+
From the **Servers** menu, the Teleport Web UI will list all servers your user
139+
has permission to access. The **CONNECT** button will open a new tab with a
140+
terminal emulator to provide access to that server.
141141

142142
</TabItem>
143143
</Tabs>
@@ -186,9 +186,8 @@ open a terminal in a new tab and authenticate to the cluster. You can then run
186186
</TabItem>
187187
<TabItem label="Web UI">
188188

189-
In the Teleport Web UI, click the <Icon name="kubernetes" size="sm" inline/>
190-
**Kubernetes** tab. You will see a list of Kubernetes clusters your Teleport
191-
user is authorized to connect to.
189+
In the Teleport Web UI, click the **Kubernetes** tab. You will see a list of
190+
Kubernetes clusters your Teleport user is authorized to connect to.
192191

193192
![Available Kubernetes clusters](../../img/use-teleport/kubernetes-clusters.png)
194193

@@ -312,8 +311,8 @@ initiate a CLI connection inside Teleport Connect:
312311
<TabItem label="Web UI">
313312

314313
The Teleport Web UI cannot provide direct connections to databases, but it will
315-
list those that are accessible to your user under <Icon name="database" size="sm" inline/>
316-
**Databases** and provide `tsh` commands to connect from your local terminal environment.
314+
list those that are accessible to your user under **Databases** and provide
315+
`tsh` commands to connect from your local terminal environment.
317316

318317
</TabItem>
319318
</Tabs>
@@ -324,7 +323,7 @@ Desktop access is available through the Teleport Web UI.
324323

325324
1. In your browser, navigate to your Teleport cluster (for example,
326325
`https://example.teleport.sh`).
327-
1. From the menu on the right, select <Icon name="desktop" inline size="sm"/> **Desktops**.
326+
1. From the menu on the right, select **Desktops**.
328327
1. Next to the desktop you want to access, click **CONNECT**. Select
329328
or type in a username available to your Teleport user.
330329
1. Teleport will open a new browser tab or window and begin the RDP session.

docs/pages/includes/icons-table.mdx

-56
This file was deleted.

0 commit comments

Comments
 (0)