Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added core concepts page to Device identity docs refresh #333

Merged
merged 7 commits into from
Jul 2, 2024
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
14 changes: 7 additions & 7 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ disableSidebar: true

<h1 className="text-center text-2xl md:text-3xl text-blue-900 mb-6">Documentation</h1>
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-spacing-6">
<IndexCard
className="text-blue-500"
iconSrc="https://smallstep-cms-images.s3.us-east-2.amazonaws.com/icon_platforms_2.svg"
title="Platform"
description="Quickly and reliably connect devices, workloads, and people using end-to-end encryption."
href="/docs/platform/"
/>
<IndexCard
className="text-blue-500"
iconSrc="https://smallstep-cms-images.s3.us-east-2.amazonaws.com/icon_ssh_1_70b1ab2d27.svg"
Expand Down Expand Up @@ -53,11 +60,4 @@ disableSidebar: true
description="Deploy the `step` toolchain across popular deployment scenarios. Learn by doing."
href="/docs/tutorials/"
/>
<IndexCard
className="text-blue-900"
iconSrc="https://smallstep-cms-images.s3.us-east-2.amazonaws.com/icon_platforms_1_ee9b09a287.svg"
title="Platform"
description="Quickly and reliably connect devices, workloads, and people using end-to-end encryption."
href="/docs/platform/"
/>
</div>
Binary file added graphics/tpm-attestation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@
"title": "Platform"
},
{
"title": "Smallstep Overview",
"title": "About Smallstep",
"routes": [
{
"title": "About Smallstep",
"title": "Overview",
"path": "/platform/README.mdx"
},
{
"title": "Core Concepts",
"path": "/platform/core-concepts.mdx"
},
{
"title": "Smallstep API",
"path": "/platform/smallstep-api.mdx"
Expand Down
Loading