mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
docs: add icons to overview page cards
This commit is contained in:
@@ -18,6 +18,7 @@ description: "The open source platform for managing secrets, certificates, and s
|
|||||||
<Card
|
<Card
|
||||||
title="Secrets Management"
|
title="Secrets Management"
|
||||||
href="/documentation/platform/secrets-mgmt/overview"
|
href="/documentation/platform/secrets-mgmt/overview"
|
||||||
|
icon="vault"
|
||||||
>
|
>
|
||||||
Securely store, manage, and control access to sensitive application secrets across your environments.
|
Securely store, manage, and control access to sensitive application secrets across your environments.
|
||||||
|
|
||||||
@@ -25,30 +26,35 @@ description: "The open source platform for managing secrets, certificates, and s
|
|||||||
<Card
|
<Card
|
||||||
title="Secrets Scanning"
|
title="Secrets Scanning"
|
||||||
href="/documentation/platform/secret-scanning/overview"
|
href="/documentation/platform/secret-scanning/overview"
|
||||||
|
icon="radar"
|
||||||
>
|
>
|
||||||
Automatically detect and alert on hardcoded secrets in source code, CI pipelines, and infrastructure.
|
Automatically detect and alert on hardcoded secrets in source code, CI pipelines, and infrastructure.
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
title="Certificate Management"
|
title="Certificate Management"
|
||||||
href="/documentation/platform/pki/overview"
|
href="/documentation/platform/pki/overview"
|
||||||
|
icon="file-certificate"
|
||||||
>
|
>
|
||||||
Automate CA and X.509 certificate lifecycle management across your infrastructure.
|
Automate CA and X.509 certificate lifecycle management across your infrastructure.
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
title="Infisical SSH"
|
title="Infisical SSH"
|
||||||
href="/documentation/platform/ssh/overview"
|
href="/documentation/platform/ssh/overview"
|
||||||
|
icon="rectangle-terminal"
|
||||||
>
|
>
|
||||||
Replace static SSH keys with short-lived SSH certificates to simplify access and improve security.
|
Replace static SSH keys with short-lived SSH certificates to simplify access and improve security.
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
title="Infisical PAM"
|
title="Infisical PAM"
|
||||||
href="/documentation/platform/pam/overview"
|
href="/documentation/platform/pam/overview"
|
||||||
|
icon="user-shield"
|
||||||
>
|
>
|
||||||
Manage access to resources like databases, servers, and accounts with policy-based controls and approvals.
|
Manage access to resources like databases, servers, and accounts with policy-based controls and approvals.
|
||||||
</Card>
|
</Card>
|
||||||
<Card
|
<Card
|
||||||
title="Infisical KMS"
|
title="Infisical KMS"
|
||||||
href="/documentation/platform/kms/overview"
|
href="/documentation/platform/kms/overview"
|
||||||
|
icon="key"
|
||||||
>
|
>
|
||||||
Encrypt and decrypt sensitive data using a centralized key management system.
|
Encrypt and decrypt sensitive data using a centralized key management system.
|
||||||
</Card>
|
</Card>
|
||||||
@@ -57,17 +63,17 @@ description: "The open source platform for managing secrets, certificates, and s
|
|||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
<Columns cols="2">
|
<Columns cols="2">
|
||||||
<Card title="CLI Reference" href="/cli/overview">
|
<Card title="CLI Reference" icon="terminal" href="/cli/overview">
|
||||||
Explore Infisical’s command-line interface for managing secrets,
|
Explore Infisical’s command-line interface for managing secrets,
|
||||||
certificates, and system operations via terminal.
|
certificates, and system operations via terminal.
|
||||||
</Card>
|
</Card>
|
||||||
<Card title="API Reference" href="/api-reference/overview/introduction">
|
<Card title="API Reference" icon="book-open-lines" href="/api-reference/overview/introduction">
|
||||||
Browse Infisical’s API documentation to programmatically interact with
|
Browse Infisical’s API documentation to programmatically interact with
|
||||||
secrets, access controls, and certificate workflows.
|
secrets, access controls, and certificate workflows.
|
||||||
</Card>
|
</Card>
|
||||||
</Columns>
|
</Columns>
|
||||||
<Columns cols="1">
|
<Columns cols="1">
|
||||||
<Card title="Self-Hosting" href="/self-hosting/overview">
|
<Card title="Self-Hosting" icon="server" href="/self-hosting/overview">
|
||||||
Learn how to deploy and operate Infisical on your own infrastructure with
|
Learn how to deploy and operate Infisical on your own infrastructure with
|
||||||
full control and data ownership.
|
full control and data ownership.
|
||||||
</Card>
|
</Card>
|
||||||
|
|||||||
Reference in New Issue
Block a user