Add placeholder upcoming integrations to docs

This commit is contained in:
Tuan Dang
2022-12-16 16:35:08 -05:00
parent 033275ed69
commit c12eeac9b3
5 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
title: "Circle CI"
---
Coming soon.

View File

@@ -0,0 +1,5 @@
---
title: "Fly.io"
---
Coming soon.

View File

@@ -0,0 +1,5 @@
---
title: "Render"
---
Coming soon.

View File

@@ -13,12 +13,14 @@ Missing an integration? Throw in a [request](https://github.com/Infisical/infisi
| Kubernetes | Platform | Coming soon |
| [Heroku](/integrations/cloud/heroku) | Cloud | Available |
| [Vercel](/integrations/cloud/vercel) | Cloud | Coming soon |
| [Render](/integrations/cloud/render) | Cloud | Coming soon |
| [Fly.io](/integrations/cloud/flyio) | Cloud | Coming soon |
| AWS | Cloud | Coming soon |
| GCP | Cloud | Coming soon |
| Azure | Cloud | Coming soon |
| DigitalOcean | Cloud | Coming soon |
| GitLab | CI/CD | Coming soon |
| CircleCI | CI/CD | Coming soon |
| [CircleCI](/integrations/cicd/circleci) | CI/CD | Coming soon |
| TravisCI | CI/CD | Coming soon |
| GitHub Actions | CI/CD | Coming soon |
| Jenkins | CI/CD | Coming soon |

View File

@@ -131,7 +131,15 @@
"group": "Cloud",
"pages": [
"integrations/cloud/heroku",
"integrations/cloud/vercel"
"integrations/cloud/vercel",
"integrations/cloud/render",
"integrations/cloud/flyio"
]
},
{
"group": "CI/CD",
"pages": [
"integrations/cicd/circleci"
]
},
{