redirected node docs

This commit is contained in:
Daniel Hougaard
2024-09-20 19:57:54 +04:00
parent 36adc5e00e
commit 63af75a330
2 changed files with 5 additions and 1 deletions

View File

@@ -1,9 +1,11 @@
---
title: "Infisical Node.js SDK"
sidebarTitle: "Node.js"
url: "https://github.com/Infisical/node-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 +554,5 @@ const decryptedString = await client.decryptSymmetric({
#### Returns (string)
`plaintext` (string): The decrypted plaintext.
*/}