From e47bf12a73a6bb7f29cd0e123934cdab42107a38 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Mon, 10 Mar 2025 14:52:05 -0400 Subject: [PATCH] Remove Icon tags 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. --- .../connect-your-client/introduction.mdx | 17 +++--- docs/pages/includes/icons-table.mdx | 56 ------------------- 2 files changed, 8 insertions(+), 65 deletions(-) delete mode 100644 docs/pages/includes/icons-table.mdx diff --git a/docs/pages/connect-your-client/introduction.mdx b/docs/pages/connect-your-client/introduction.mdx index 9d0edfc1c44c2..27a44c6835074 100644 --- a/docs/pages/connect-your-client/introduction.mdx +++ b/docs/pages/connect-your-client/introduction.mdx @@ -135,9 +135,9 @@ terminal environment. -From the **Servers** menu, the Teleport -Web UI will list all servers your user has permission to access. The **CONNECT** -button will open a new tab with a terminal emulator to provide access to that server. +From the **Servers** menu, the Teleport Web UI will list all servers your user +has permission to access. The **CONNECT** button will open a new tab with a +terminal emulator to provide access to that server. @@ -186,9 +186,8 @@ open a terminal in a new tab and authenticate to the cluster. You can then run -In the Teleport Web UI, click the -**Kubernetes** tab. You will see a list of Kubernetes clusters your Teleport -user is authorized to connect to. +In the Teleport Web UI, click the **Kubernetes** tab. You will see a list of +Kubernetes clusters your Teleport user is authorized to connect to. ![Available Kubernetes clusters](../../img/use-teleport/kubernetes-clusters.png) @@ -312,8 +311,8 @@ initiate a CLI connection inside Teleport Connect: The Teleport Web UI cannot provide direct connections to databases, but it will -list those that are accessible to your user under -**Databases** and provide `tsh` commands to connect from your local terminal environment. +list those that are accessible to your user under **Databases** and provide +`tsh` commands to connect from your local terminal environment. @@ -324,7 +323,7 @@ Desktop access is available through the Teleport Web UI. 1. In your browser, navigate to your Teleport cluster (for example, `https://example.teleport.sh`). -1. From the menu on the right, select **Desktops**. +1. From the menu on the right, select **Desktops**. 1. Next to the desktop you want to access, click **CONNECT**. Select or type in a username available to your Teleport user. 1. Teleport will open a new browser tab or window and begin the RDP session. diff --git a/docs/pages/includes/icons-table.mdx b/docs/pages/includes/icons-table.mdx deleted file mode 100644 index 0618ecf9870a9..0000000000000 --- a/docs/pages/includes/icons-table.mdx +++ /dev/null @@ -1,56 +0,0 @@ -| Name | Example | -|:-------------|:---------------------------------------------| -| `arrow` | | -| `bolt` | | -| `book` | | -| `building` | | -| `building2` | | -| `calendar` | | -| `card` | | -| `check` | | -| `chip` | | -| `clock` | | -| `close` | | -| `cloud` | | -| `cloud2` | | -| `clouds` | | -| `code` | | -| `code2` | | -| `code3` | | -| `connect` | | -| `copy` | | -| `database` | | -| `desktop` | | -| `download` | | -| `earth` | | -| `edit` | | -| `ellipsis` | | -| `error` | | -| `flag` | | -| `gamepad` | | -| `github` | | -| `hamburger` | | -| `help` | | -| `home` | | -| `integrations` | | -| `kubernetes` | | -| `layers` | | -| `list` | | -| `lock` | | -| `magnify` | | -| `map` | | -| `note` | | -| `play` | | -| `presentation` | | -| `protocol` | | -| `question` | | -| `quickstart` | | -| `server` | | -| `shieldCheck` | | -| `spreading` | | -| `stack` | | -| `success` | | -| `wand` | | -| `warning` | | -| `window` | | -| `wrench` | | \ No newline at end of file