Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,15 @@
"title": "Introduction",
"slug": "/choose-an-edition/introduction/"
},
{
"title": "Teleport Team",
"slug": "/choose-an-edition/teleport-team/"
},
{
"title": "Teleport Enterprise Cloud",
"slug": "/choose-an-edition/teleport-cloud/introduction/",
"forScopes": [
"cloud"
],
"forScopes": ["cloud"],
"entries": [
{
"title": "Getting Started",
"slug": "/choose-an-edition/teleport-cloud/getting-started/",
"forScopes": [
"cloud"
]
},
{
"title": "Architecture",
"slug": "/choose-an-edition/teleport-cloud/architecture/",
Expand Down Expand Up @@ -2253,12 +2248,12 @@
},
{
"source": "/cloud/getting-started/",
"destination": "/choose-an-edition/teleport-cloud/getting-started/",
"destination": "/choose-an-edition/teleport-team/",
"permanent": true
},
{
"source": "/cloud/introduction/",
"destination": "/choose-an-edition/teleport-cloud/introduction/",
"destination": "/choose-an-edition/teleport-cloud/",
"permanent": true
},
{
Expand Down Expand Up @@ -2523,12 +2518,12 @@
},
{
"source": "/deploy-a-cluster/teleport-cloud/getting-started/",
"destination": "/choose-an-edition/teleport-cloud/getting-started/",
"destination": "/choose-an-edition/teleport-team/",
"permanent": true
},
{
"source": "/deploy-a-cluster/teleport-cloud/introduction/",
"destination": "/choose-an-edition/teleport-cloud/introduction/",
"destination": "/choose-an-edition/teleport-cloud/",
"permanent": true
},
{
Expand Down Expand Up @@ -2621,6 +2616,11 @@
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
"source": "/choose-an-edition/teleport-cloud/getting-started/",
"destination": "/choose-an-edition/teleport-team/",
"permanent": true
},
{
"source": "/access-controls/faq/",
"destination": "/access-controls/introduction/",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/cloud/getting-started/session-recordings@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/cloud/getting-started/set-up-access@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/cloud/getting-started/successfully-connected@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/cloud/getting-started/test-connection@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 16 additions & 7 deletions docs/pages/choose-an-edition/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ title: "How to Choose a Teleport Edition"
description: "Read this guide to determine whether to deploy Teleport Enterprise, Teleport Cloud, or Open Source Teleport"
---

Teleport supports three editions. In this guide, we will help you determine
Teleport supports four editions. In this guide, we will help you determine
which edition is most appropriate for your use case.

## Editions

### Teleport Community Edition
### Teleport Team

We provide a free, open source distribution of Teleport that enables you to get
secure access to databases, Windows desktops, Kubernetes clusters, and more.
Teleport Team makes it easier for small organizations to get started enabling
secure access to their infrastructure. It includes a subset of Teleport
Enterprise Cloud features, and teams can switch to Teleport Enterprise Cloud as
they scale up.

[Try out Teleport on a Linux server](../get-started.mdx). If you would like to
take a look at the source, visit the [Teleport GitHub
repository](https://github.com/gravitational/teleport).
[Read more about Teleport Team](./teleport-team.mdx).

### Teleport Enterprise Cloud

Expand All @@ -33,6 +33,15 @@ compliance.

[Read more about Teleport Enterprise](./teleport-enterprise/introduction.mdx).

### Teleport Community Edition

We provide a free, open source distribution of Teleport that enables you to get
secure access to databases, Windows desktops, Kubernetes clusters, and more.

[Try out Teleport on a Linux server](../get-started.mdx). If you would like to
take a look at the source, visit the [Teleport GitHub
repository](https://github.com/gravitational/teleport).

## Comparing editions

(!docs/pages/includes/edition-comparison.mdx!)
201 changes: 0 additions & 201 deletions docs/pages/choose-an-edition/teleport-cloud/getting-started.mdx

This file was deleted.

5 changes: 2 additions & 3 deletions docs/pages/choose-an-edition/teleport-cloud/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ Windows desktops, and service accounts.

## Next steps

- [Sign up](https://goteleport.com/signup/): Sign up for a free trial of Teleport Enterprise Cloud
- [Get started](./getting-started.mdx): Start using your Teleport Enterprise Cloud account
- [Download Teleport](./downloads.mdx): Download Teleport binaries for your agents and clients
- [Download Teleport binaries](./downloads.mdx): Download Teleport binaries for
your agents and clients

## Learn more

Expand Down
Loading