Skip to content

Commit

Permalink
Minor changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Jan 11, 2023
1 parent cbfd35e commit 9ff0b7b
Show file tree
Hide file tree
Showing 9 changed files with 1,743 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
- **Navigate Multiple Environments** per project (e.g. development, staging, production, etc.)
- **Personal overrides** for environment variables
- **[Integrations](https://infisical.com/docs/integrations/overview)** with CI/CD and production infrastructure
- **[Secret Versioning](https://infisical.com/docs/getting-started/dashboard/versioning)** - check the history of change for any secret
- **[Activity Logs](https://infisical.com/docs/getting-started/dashboard/audit-logs)** - check what user in the project is performing what actions with secrets
- **[Point-in-time Secrets Recovery](https://infisical.com/docs/getting-started/dashboard/pit-recovery)** - roll back to any snapshot of you secrets
- **[Secret Versioning](https://infisical.com/docs/getting-started/dashboard/versioning)** to view the change history for any secret
- **[Activity Logs](https://infisical.com/docs/getting-started/dashboard/audit-logs)** to record every action taken in a project.
- **[Point-in-time Secrets Recovery](https://infisical.com/docs/getting-started/dashboard/pit-recovery)** for rolling back to any snapshot of your secrets
- 🔜 **1-Click Deploy** to Digital Ocean and Heroku
- 🔜 **Authentication/Authorization** for projects (read/write controls soon)
- 🔜 **Automatic Secret Rotation**
Expand Down Expand Up @@ -337,6 +337,6 @@ Infisical officially launched as v.1.0 on November 21st, 2022. There are a lot o

## 🌎 Translations

Infisical is currently aviable in English and Korean. Help us translate Infisical to your language!
Infisical is currently aviable in English and Korean. Help us translate Infisical to your language!

You can find all the info in [this issue](https://github.com/Infisical/infisical/issues/181).
You can find all the info in [this issue](https://github.com/Infisical/infisical/issues/181).
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/create.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Create"
openapi: "POST /api/v2/secrets/"
---
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/delete.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Delete"
openapi: "DELETE /api/v2/secrets/"
---
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/read.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Read"
openapi: "GET /api/v2/secrets/"
---
4 changes: 4 additions & 0 deletions docs/api-reference/endpoints/secrets/update.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: "Update"
openapi: "PATCH /api/v2/secrets/"
---
3 changes: 3 additions & 0 deletions docs/api-reference/overview/authentication.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Authentication"
---
3 changes: 3 additions & 0 deletions docs/api-reference/overview/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Introduction"
---
26 changes: 26 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"icon": "server",
"url": "self-hosting"
},
{
"name": "API Reference",
"icon": "cloud",
"url": "api-reference"
},
{
"name": "Integrations",
"icon": "plug",
Expand Down Expand Up @@ -125,6 +130,27 @@
"self-hosting/configuration/email"
]
},
{
"group": "Overview",
"pages": [
"api-reference/overview/introduction",
"api-reference/overview/authentication"
]
},
{
"group": "Endpoints",
"pages": [
{
"group": "Secrets",
"pages": [
"api-reference/endpoints/secrets/create",
"api-reference/endpoints/secrets/read",
"api-reference/endpoints/secrets/update",
"api-reference/endpoints/secrets/delete"
]
}
]
},
{
"group": "Integrations",
"pages": ["integrations/overview"]
Expand Down
Loading

0 comments on commit 9ff0b7b

Please sign in to comment.