Update overview.mdx

This commit is contained in:
vmatsiiako
2023-12-21 22:24:53 -08:00
committed by GitHub
parent a73623258e
commit a3739cfe50

View File

@@ -11,14 +11,14 @@ From local development to production, Infisical SDKs provide the easiest way for
<CardGroup cols={2}>
<Card
title="Node"
href="https://github.com/Infisical/infisical-node"
href="https://github.com/Infisical/sdk/tree/main/languages/node"
icon="node"
color="#68a063"
>
Manage secrets for your Node application on demand
</Card>
<Card
href="https://github.com/Infisical/infisical-python"
href="https://github.com/Infisical/sdk/tree/main/crates/infisical-py"
title="Python"
icon="python"
color="#4c8abe"
@@ -26,7 +26,7 @@ From local development to production, Infisical SDKs provide the easiest way for
Manage secrets for your Python application on demand
</Card>
<Card
href="/sdks/languages/java"
href="https://github.com/Infisical/sdk/tree/main/languages/java"
title="Java"
icon="java"
color="#e41f23"
@@ -102,4 +102,4 @@ From local development to production, Infisical SDKs provide the easiest way for
And much more.
</Accordion>
</AccordionGroup>
</AccordionGroup>