fix: removed legacy sdk's

This commit is contained in:
Daniel Hougaard
2025-04-17 00:41:29 +04:00
parent 17233e6a6f
commit 6664add428
3 changed files with 5 additions and 7 deletions

View File

@@ -570,9 +570,7 @@
"sdks/languages/node",
"sdks/languages/python",
"sdks/languages/java",
"sdks/languages/go",
"sdks/languages/ruby",
"sdks/languages/csharp"
"sdks/languages/go"
]
},
{

View File

@@ -1,4 +1,4 @@
---
{/* ---
title: "Infisical .NET SDK"
sidebarTitle: ".NET"
icon: "bars"
@@ -584,4 +584,4 @@ var decryptedPlaintext = infisical.DecryptSymmetric(decryptOptions);
#### Returns (string)
`Plaintext` (string): The decrypted plaintext.
*/}

View File

@@ -1,4 +1,4 @@
---
{/* ---
title: "Infisical Ruby SDK"
sidebarTitle: "Ruby"
icon: "diamond"
@@ -433,4 +433,4 @@ decrypted_data = infisical.cryptography.decrypt_symmetric(
</ParamField>
#### Returns (string)
`Plaintext` (string): The decrypted plaintext.
`Plaintext` (string): The decrypted plaintext. */}