Skip to content

Commit b23134c

Browse files
committed
docs: add Get Started section to docs homepage
This commit adds the new Get Started section design to the docs homepage
1 parent 68c3312 commit b23134c

File tree

1 file changed

+56
-10
lines changed

1 file changed

+56
-10
lines changed

docs/pages/index.mdx

Lines changed: 56 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ template: "landing-page"
99
import DocsHeader, { DocsHeaderProps } from "@site/src/components/Pages/Homepage/DocsHeader";
1010
import Resources, { ResourcesProps } from "@site/src/components/Pages/Homepage/Resources";
1111
import Integrations, { IntegrationsProps } from "@site/src/components/Pages/Homepage/Integrations";
12+
import GetStarted from "@site/src/components/Pages/Homepage/GetStarted";
1213

1314
import applicationSvg from "@site/src/components/Icon/teleport-svg/application.svg";
1415
import linuxServersSvg from "@site/src/components/Icon/teleport-svg/linux-servers.svg";
@@ -28,6 +29,10 @@ import jamfProSvg from "@site/src/components/Icon/teleport-svg/jamf-pro.svg";
2829
import jenkinsSvg from "@site/src/components/Icon/teleport-svg/jenkins.svg";
2930
import snowflakeSvg from "@site/src/components/Icon/teleport-svg/snowflake.svg";
3031
import arrowRightSvg from "@site/src/components/Icon/teleport-svg/arrow-right.svg";
32+
import bookOpenSvg from "@site/src/components/Icon/teleport-svg/book-open.svg";
33+
import flowArrowSvg from "@site/src/components/Icon/teleport-svg/flow-arrow.svg";
34+
import identificationBadgeSvg from "@site/src/components/Icon/teleport-svg/identification-badge.svg";
35+
import listBulletsSvg from "@site/src/components/Icon/teleport-svg/list-bullets.svg";
3136

3237
<DocsHeader
3338
quickActions={[
@@ -46,16 +51,57 @@ import arrowRightSvg from "@site/src/components/Icon/teleport-svg/arrow-right.sv
4651
]}
4752
/>
4853

49-
Teleport is the easiest, most secure way to access and protect all your infrastructure.
50-
51-
The Teleport Infrastructure Identity Platform implements trusted computing at
52-
scale, with unified cryptographic identities for humans, machines and workloads,
53-
endpoints, infrastructure assets, and AI agents.
54-
55-
## Get started
56-
57-
You can quickly see how Teleport works by following our [Get
58-
Started](./get-started/get-started.mdx) guide to enroll your first resource with Teleport.
54+
<GetStarted
55+
youtubeVideoId="BJWbSqiDLeU"
56+
steps={[
57+
{
58+
title: "Step 1: Deploy a Teleport cluster",
59+
description: "Select an edition and deploy a Teleport cluster. ",
60+
href: "./get-started/",
61+
},
62+
{
63+
title: "Step 2: Connect your infrastructure",
64+
description: "Connect and protect your infrastructure with your Teleport cluster.",
65+
href: "./get-started/connect/",
66+
},
67+
{
68+
title: "Step 3: Manage access",
69+
description: "Configure role-based access controls for your team.",
70+
href: "./get-started/access/",
71+
},
72+
{
73+
title: "Step 4: Review a detailed audit log",
74+
description: "Collect detailed events generated by humans and machines across your infrastructure.",
75+
href: "./get-started/audit/",
76+
},
77+
]}
78+
links={[
79+
{
80+
title: "Installation guide",
81+
description: "Detailed guide on how to install Teleport binaries/clients on your platform.",
82+
href: "./installation/",
83+
iconComponent: bookOpenSvg,
84+
},
85+
{
86+
title: "Architecture",
87+
description: "Understand how Teleport is architected and how its components work together.",
88+
href: "./reference/architecture/",
89+
iconComponent: flowArrowSvg,
90+
},
91+
{
92+
title: "User guides",
93+
description: "Guides for accessing infrastructure with Teleport tools and interfaces.",
94+
href: "./connect-your-client/",
95+
iconComponent: identificationBadgeSvg,
96+
},
97+
{
98+
title: "References",
99+
description: "A complete references for configuring core components across environments.",
100+
href: "./reference/",
101+
iconComponent: listBulletsSvg,
102+
},
103+
]}
104+
/>
59105

60106
(!docs/pages/includes/homepage/products.mdx!)
61107

0 commit comments

Comments
 (0)