mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Begin adding guides to docs
This commit is contained in:
19
docs/documentation/guides/node.mdx
Normal file
19
docs/documentation/guides/node.mdx
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Node"
|
||||
---
|
||||
|
||||
This guide demonstrates how to manage secrets for your Node stack from local development to production. It uses:
|
||||
|
||||
- Infisical (you can use [Infisical Cloud](https://app.infisical.com) or a [self-hosted instance of Infisical](https://infisical.com/docs/self-hosting/overview)) to store your secrets.
|
||||
- The [infisical-node](https://github.com/Infisical/infisical-node) client SDK to fetch secrets back to your Node application on demand.
|
||||
|
||||
## Video Guide
|
||||
|
||||
TODO: insert video
|
||||
|
||||
<Note>
|
||||
If you get stuck while working through this guide, refer to the [full example on GitHub]().
|
||||
</Note>
|
||||
|
||||
## Project Setup
|
||||
|
||||
Reference in New Issue
Block a user