From 3cc6a632d1162b01ea0fa20042e3fd94c047fe87 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Tue, 16 May 2023 11:31:33 -0400 Subject: [PATCH] Remove the Adopters page Backports #26231 We already have a case studies page on the main Teleport site, so the Adopters page adds clutter to the "Home" section of the sidebar. It also tends to fall out of date, and ironically gives the impression that Teleport has fewer adopters than it actually does. Co-authored-by: Steven Martin --- docs/config.json | 9 +++++---- docs/pages/adopters.mdx | 36 ------------------------------------ 2 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 docs/pages/adopters.mdx diff --git a/docs/config.json b/docs/config.json index f8f9df025a660..b5877a9d11ee7 100644 --- a/docs/config.json +++ b/docs/config.json @@ -16,10 +16,6 @@ "title": "Core Concepts", "slug": "/core-concepts/" }, - { - "title": "Adopters", - "slug": "/adopters/" - }, { "title": "Installation", "slug": "/installation/" @@ -2484,6 +2480,11 @@ "source": "/choose-an-edition/teleport-enterprise/getting-started/", "destination": "/choose-an-edition/teleport-enterprise/introduction/", "permanent": true + }, + { + "source": "/adopters/", + "destination": "/", + "permanent": true } ] } diff --git a/docs/pages/adopters.mdx b/docs/pages/adopters.mdx deleted file mode 100644 index 2b86c57a2852c..0000000000000 --- a/docs/pages/adopters.mdx +++ /dev/null @@ -1,36 +0,0 @@ ---- -title: Teleport Adopters -description: Who is using Teleport? -h1: Teleport Adopters and Use-Cases ---- - -## Who is using Teleport? - -Whether you're using Teleport Open Source, Enterprise, or Cloud Editions, tell us about your use-case. - -Click "Improve the Docs" below and send us a PR. - -| Company | Industry | Use-cases and case-studies | -|----------------|-------------------|-----------------------------------------------------------------| -| Nasdaq | Finance | Secure access to internal infrastructure. | -| Elastic | Technology | [Testimonial](https://goteleport.com/case-study/elastic-testimonial/)| -| VMware | Technology | [Testimonial](https://goteleport.com/case-study/vmware-testimonial/)| -| Snowflake | Technology | Access for SSH and Kubernetes clusters. | -| Samsung | Technology | Secure access for SSH and Kubernetes. | -| ECMWF | Technology | [Case study](https://goteleport.com/case-study/ecmwf/) | -| IBM | Technology | Protected access to internal Kubernetes clusters. | -| Infoblox | Technology | Secure access to internal infrastructure. | -| Wise | Fintech | Secure access for infrastructure. | -| Zapier | Technology | Secure access for SSH. | -| ExtraHop | Infosec | [Case study](https://goteleport.com/case-study/extrahop/) | -| Twitch | Technology | SSH access. | -| GitLab | Technology | [Team review](https://gitlab.com/gitlab-com/gl-infra/infrastructure/-/issues/11568#note_451982812)| -| SumoLogic | Technology | Achieve FedRAMP compliance and secure access to infrastructure. | -| Gladly | Technology | [Case study](https://goteleport.com/case-study/gladly/) | -| VerticalChange | Technology | [Testimonial](https://goteleport.com/case-study/verticalchange-testimonial/)| -| Shockbyte | Technology | [Testimonial](https://goteleport.com/case-study/shockbyte-testimonial/)| -| Lacework | Infosec | [Testimonial](https://goteleport.com/case-study/lacework-testimonial/)| -| Glu Mobile | Gaming | [Testimonial](https://goteleport.com/case-study/glumobile-testimonial/)| -| Decisiv | Transportation | [Case study](https://goteleport.com/case-study/decisiv/) | -| Mattermost | Technology | Secure access to infrastructure. | -| thredUP | Apparel & Fashion | [Case study](https://goteleport.com/case-study/thredup/) |