Docs: Redirect to new SDK

This commit is contained in:
Daniel Hougaard
2024-08-31 01:27:52 +04:00
parent 3bcb8bf6fc
commit 594df18611
2 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,12 @@
---
title: "Infisical Node.js SDK"
sidebarTitle: "Node.js"
url: "https://github.com/Infisical/node-sdk-v2?tab=readme-ov-file#infisical-javascript-sdk-v2"
icon: "node"
---
{/*
If you're working with Node.js, the official [Infisical Node SDK](https://github.com/Infisical/sdk/tree/main/languages/node) package is the easiest way to fetch and work with secrets for your application.
- [NPM Package](https://www.npmjs.com/package/@infisical/sdk)
@ -552,3 +555,4 @@ const decryptedString = await client.decryptSymmetric({
#### Returns (string)
`plaintext` (string): The decrypted plaintext.
*/}

View File

@ -10,7 +10,7 @@ From local development to production, Infisical SDKs provide the easiest way for
- Fetch secrets on demand
<CardGroup cols={2}>
<Card title="Node" href="/sdks/languages/node" icon="node" color="#68a063">
<Card title="Node" href="https://github.com/Infisical/node-sdk-v2" icon="node" color="#68a063">
Manage secrets for your Node application on demand
</Card>
<Card href="https://github.com/Infisical/python-sdk-official" title="Python" icon="python" color="#4c8abe">