mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update overview.mdx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user