Skip to content

Commit

Permalink
[v14] Update edition-prereqs-tabs.mdx (#47415)
Browse files Browse the repository at this point in the history
Use the minimal version of the partial that we include in more recent
versions of the docs. This also includes a default value for the
`version` parameter, ensuring that no unresolved parameters break the
docs build when using the new docs engine.
  • Loading branch information
ptgott authored Oct 9, 2024
1 parent 273eee1 commit aecc598
Showing 1 changed file with 4 additions and 69 deletions.
73 changes: 4 additions & 69 deletions docs/pages/includes/edition-prereqs-tabs.mdx
Original file line number Diff line number Diff line change
@@ -1,75 +1,10 @@
<Tabs>
<TabItem scope={["oss"]} label="Teleport Community Edition">
{{ version="(=teleport.version=)" }}

- A running Teleport cluster version {{ version }} or above. If you want to get started with Teleport, [sign
up](https://goteleport.com/signup) for a free trial or [set up a demo
environment](../admin-guides/deploy-a-cluster/linux-demo.mdx).

- The `tctl` admin tool and `tsh` client tool version >= (=teleport.version=).
- The `tctl` admin tool and `tsh` client tool.

See [Installation](../installation.mdx) for details.

To check version information, run the `tctl version` and `tsh version` commands.
For example:

```code
$ tctl version
# Teleport v(=teleport.version=) git:(=teleport.git=) go(=teleport.golang=)
$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
Proxy version: (=teleport.version=)
Proxy: (=teleport.url=)
```

</TabItem>
<TabItem
scope={["enterprise"]} label="Teleport Enterprise">

- A running Teleport Enterprise cluster. For details on how to set this up, see the Enterprise
[Getting Started](../admin-guides/deploy-a-cluster/deploy-a-cluster.mdx) guide.

- The Enterprise `tctl` admin tool and `tsh` client tool version >=
(=teleport.version=).

You can download these tools by visiting your [Teleport
account workspace](https://teleport.sh).

To check version information, run the `tctl version` and `tsh version` commands.
For example:

```code
$ tctl version
# Teleport Enterprise v(=teleport.version=) git:(=teleport.git=) go(=teleport.golang=)
$ tsh version
# Teleport v(=teleport.version=) go(=teleport.golang=)
Proxy version: (=teleport.version=)
Proxy: (=teleport.url=)
```

</TabItem>
<TabItem scope={["cloud"]}
label="Teleport Enterprise Cloud">

- A Teleport Enterprise Cloud account. If you don't have an account, sign up to
begin a [free trial](https://goteleport.com/signup/).

- The Enterprise `tctl` admin tool and `tsh` client tool version >= (=cloud.version=).

You can download these tools from the [Installation](../installation.mdx).

To check version information, run the `tctl version` and `tsh version` commands.
For example:

```code
$ tctl version
# Teleport Enterprise v(=cloud.version=) git:(=teleport.git=) go(=teleport.golang=)
$ tsh version
# Teleport v(=cloud.version=) go(=teleport.golang=)
Proxy version: (=cloud.version=)
Proxy: (=teleport.url=)
```
</TabItem>
</Tabs>
Visit [Installation](../installation.mdx) for instructions on downloading
`tctl` and `tsh`.

0 comments on commit aecc598

Please sign in to comment.