fix links

This commit is contained in:
Maidul Islam
2025-08-04 14:51:02 -07:00
parent 16ebe0f8e7
commit 9e3c0c8583

View File

@@ -40,6 +40,9 @@ description: "The open source platform for managing secrets, certificates, and s
>
Replace static SSH keys with short-lived SSH certificates to simplify access and improve security.
</Card>
</Columns>
<Columns cols="1">
<Card
title="Infisical KMS"
href="/documentation/platform/kms/overview"
@@ -48,25 +51,27 @@ description: "The open source platform for managing secrets, certificates, and s
</Card>
</Columns>
## Additional Resources
## Resources
<Columns cols="2">
<Card
title="CLI Reference"
href="/documentation/getting-started/introduction"
href="/cli/overview"
>
Explore Infisical’s command-line interface for managing secrets,
certificates, and system operations via terminal.
</Card>
<Card
title="API Reference"
href="/documentation/getting-started/introduction"
href="/api-reference/overview/introduction"
>
Browse Infisical’s API documentation to programmatically interact with
secrets, access controls, and certificate workflows.
</Card>
</Columns>
<Card title="Self-Hosting" href="/documentation/getting-started/introduction">
<Columns cols="1">
<Card title="Self-Hosting" href="/self-hosting/overview">
Learn how to deploy and operate Infisical on your own infrastructure with full
control and data ownership.
</Card>
</Columns>