1
0
mirror of https://github.com/Infisical/infisical.git synced 2025-03-31 22:09:57 +00:00

Revert "Docs: Redirect to new SDK"

This reverts commit 56dce67378b3601aec9f45eee0c52e50c1a7e36a.
This commit is contained in:
Daniel Hougaard
2024-09-03 04:17:49 +04:00
parent cc0ff98d4f
commit f56d265e62
2 changed files with 1 additions and 5 deletions
docs/sdks

@ -1,12 +1,9 @@
---
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)
@ -555,4 +552,3 @@ const decryptedString = await client.decryptSymmetric({
#### Returns (string)
`plaintext` (string): The decrypted plaintext.
*/}

@ -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="https://github.com/Infisical/node-sdk-v2" icon="node" color="#68a063">
<Card title="Node" href="/sdks/languages/node" 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">