diff --git a/docs/sdks/languages/python.mdx b/docs/sdks/languages/python.mdx index 7f47b70da..3e066fc79 100644 --- a/docs/sdks/languages/python.mdx +++ b/docs/sdks/languages/python.mdx @@ -1,10 +1,11 @@ --- title: "Infisical Python SDK" sidebarTitle: "Python" +url: "https://github.com/Infisical/python-sdk-official?tab=readme-ov-file#infisical-python-sdk" icon: "python" --- -If you're working with Python, the official [infisical-python](https://github.com/Infisical/sdk/edit/main/crates/infisical-py) package is the easiest way to fetch and work with secrets for your application. +{/* If you're working with Python, the official [infisical-python](https://github.com/Infisical/sdk/edit/main/crates/infisical-py) package is the easiest way to fetch and work with secrets for your application. - [PyPi Package](https://pypi.org/project/infisical-python/) - [Github Repository](https://github.com/Infisical/sdk/edit/main/crates/infisical-py) @@ -529,4 +530,4 @@ decryptedString = client.decryptSymmetric(decryptOptions) #### Returns (string) -`plaintext` (string): The decrypted plaintext. +`plaintext` (string): The decrypted plaintext. */} diff --git a/docs/sdks/overview.mdx b/docs/sdks/overview.mdx index 4ab664680..e502fdd4e 100644 --- a/docs/sdks/overview.mdx +++ b/docs/sdks/overview.mdx @@ -13,7 +13,7 @@ From local development to production, Infisical SDKs provide the easiest way for Manage secrets for your Node application on demand - + Manage secrets for your Python application on demand