mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Fix Mintlify mint.json issue and list Render, Fly.io integrations as availalbe
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: 'Overview'
|
title: "Overview"
|
||||||
---
|
---
|
||||||
|
|
||||||
Integrations allow environment variables to be synced from Infisical into your local development workflow, CI/CD pipelines, and production infrastructure.
|
Integrations allow environment variables to be synced from Infisical into your local development workflow, CI/CD pipelines, and production infrastructure.
|
||||||
@@ -14,6 +14,8 @@ Missing an integration? Throw in a [request](https://github.com/Infisical/infisi
|
|||||||
| [Heroku](/integrations/cloud/heroku) | Cloud | Available |
|
| [Heroku](/integrations/cloud/heroku) | Cloud | Available |
|
||||||
| [Vercel](/integrations/cloud/vercel) | Cloud | Available |
|
| [Vercel](/integrations/cloud/vercel) | Cloud | Available |
|
||||||
| [Netlify](/integrations/cloud/netlify) | Cloud | Available |
|
| [Netlify](/integrations/cloud/netlify) | Cloud | Available |
|
||||||
|
| [Render](/integrations/cloud/render) | Cloud | Available |
|
||||||
|
| [Fly.io](/integrations/cloud/flyio) | Cloud | Available |
|
||||||
| [GitHub Actions](/integrations/cicd/githubactions) | CI/CD | Available |
|
| [GitHub Actions](/integrations/cicd/githubactions) | CI/CD | Available |
|
||||||
| [React](/integrations/frameworks/react) | Framework | Available |
|
| [React](/integrations/frameworks/react) | Framework | Available |
|
||||||
| [Vue](/integrations/frameworks/vue) | Framework | Available |
|
| [Vue](/integrations/frameworks/vue) | Framework | Available |
|
||||||
@@ -29,8 +31,6 @@ Missing an integration? Throw in a [request](https://github.com/Infisical/infisi
|
|||||||
| [Flask](/integrations/frameworks/flask) | Framework | Available |
|
| [Flask](/integrations/frameworks/flask) | Framework | Available |
|
||||||
| [Laravel](/integrations/frameworks/laravel) | Framework | Available |
|
| [Laravel](/integrations/frameworks/laravel) | Framework | Available |
|
||||||
| [Ruby on Rails](/integrations/frameworks/rails) | Framework | Available |
|
| [Ruby on Rails](/integrations/frameworks/rails) | Framework | Available |
|
||||||
| [Render](/integrations/cloud/render) | Cloud | Coming soon |
|
|
||||||
| [Fly.io](/integrations/cloud/flyio) | Cloud | Coming soon |
|
|
||||||
| AWS | Cloud | Coming soon |
|
| AWS | Cloud | Coming soon |
|
||||||
| GCP | Cloud | Coming soon |
|
| GCP | Cloud | Coming soon |
|
||||||
| Azure | Cloud | Coming soon |
|
| Azure | Cloud | Coming soon |
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
"http://localhost:8080"
|
"http://localhost:8080"
|
||||||
],
|
],
|
||||||
"auth": {
|
"auth": {
|
||||||
"method": "api-key",
|
"method": "key",
|
||||||
"name": "X-API-KEY"
|
"name": "X-API-KEY"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user