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
2 changes: 1 addition & 1 deletion docs/pages/deploy-a-cluster/helm-deployments/custom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ $ helm upgrade teleport teleport/teleport-cluster \
<Admonition type="warning">
When using `custom` mode, you **must** use highly-available storage (e.g. etcd, DynamoDB, or Firestore) for multiple replicas to be supported.

[Information on supported Teleport storage backends](../../set../../reference/backends.mdx)
[Information on supported Teleport storage backends](../../reference/backends.mdx)

Manually configuring NFS-based storage or `ReadWriteMany` volume claims is **NOT** supported for an HA deployment and will result in errors.
</Admonition>
Expand Down
1 change: 1 addition & 0 deletions docs/pages/desktop-access/reference.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Desktop Access Reference
description: Comprehensive guides to configuring and auditing Desktop Access.
layout: tocless-doc
---

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Here is a detailed breakdown of the differences between Teleport's editions.
|Auth and Proxy Service management|Self-hosted|Self-hosted|Fully managed|
|Proxy Service domain name|Custom|Custom|A subdomain of `teleport.sh`|
|Version support|All supported releases available to install and download.|All supported releases available to install and download.|Deploys last stable release with 2-3 week lag for stability.|
|[Backend support](set../../reference/backends.mdx)|Any S3-compatible storage for session records, many managed backends for custom audit log storage.|Any S3-compatible storage for session records, many managed backends for custom audit log storage|All data is stored in DynamoDB and S3 with server-side encryption|
|[Backend support](reference/backends.mdx)|Any S3-compatible storage for session records, many managed backends for custom audit log storage.|Any S3-compatible storage for session records, many managed backends for custom audit log storage|All data is stored in DynamoDB and S3 with server-side encryption|
|Data storage location|Can store data anywhere in the world, on most managed cloud backends|Can store data anywhere in the world, on most managed cloud backends| Data is stored in `us-west-2`, with Proxy Service instances deployed across the world for low-latency access|
|[Hardware Security Module support](./deploy-a-cluster/teleport-enterprise/hsm.mdx) for encryption at rest|&#10006;|&#10004;|&#10006;|

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ Use Teleport to provide secure access to all of your infrastructure.
</TileListItem>
</TileList>
<TileList title="For developers" icon="stack">
<TileListItem href="./user-manual.mdx#sharing-sessions">
<TileListItem href="./connect-your-client/tsh.mdx#sharing-sessions">
Collaborate through session sharing.
</TileListItem>
<TileListItem href="./setup/admin/labels.mdx">
<TileListItem href="./management/admin/labels.mdx">
Discover servers and clusters with dynamic labels.
</TileListItem>
<TileListItem href="./setup/admin/adding-nodes.mdx#adding-a-node-located-behind-nat">
<TileListItem href="./management/admin/adding-nodes.mdx#adding-a-node-located-behind-nat">
Connect to computing resources located behind firewalls or without static IPs.
</TileListItem>
</TileList>
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/server-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Feel free to shut down, clean up, and delete your resources, or use them in furt

## Next steps

- Learn more about Teleport `tsh` through the [reference documentation](../set../../reference/cli.mdx#tsh-ssh).
- Learn more about Teleport `tsh` through the [reference documentation](../reference/cli.mdx#tsh-ssh).
- Learn more about [Teleport Nodes](../architecture/nodes.mdx#connecting-to-nodes)
- For a complete list of ports used by Teleport, read the [Networking Guide](../reference/networking.mdx).

Expand Down