diff --git a/docs/getting-started/dashboard/pit-recovery.mdx b/docs/getting-started/dashboard/pit-recovery.mdx index 534cc2718..e2f09ae23 100644 --- a/docs/getting-started/dashboard/pit-recovery.mdx +++ b/docs/getting-started/dashboard/pit-recovery.mdx @@ -3,3 +3,16 @@ title: "Point-in-Time Recovery" --- Point-in-time (PIT) recovery allows environment variables to be rolled back to any point in time. It's powered by snapshots that get captured after mutations to environment variables. + +## Commits + +Similar to Git, a commit in Infisical is a snapshot of your project's secrets at a specific point in time. You can browse and view your project's snapshots via the "Point-in-Time Recovery" sidebar. + +![PIT commits](../../images/pit-commits.png) +![PIT snapshots](../../images/pit-snapshots.png) + +## Rolling back + +Your project's environment variables can be rolled back to any snapshot. + +![PIT snapshot](../../images/pit-snapshot.png) diff --git a/docs/images/pit-commits.png b/docs/images/pit-commits.png new file mode 100644 index 000000000..19cfa4976 Binary files /dev/null and b/docs/images/pit-commits.png differ diff --git a/docs/images/pit-snapshot.png b/docs/images/pit-snapshot.png new file mode 100644 index 000000000..7e790e875 Binary files /dev/null and b/docs/images/pit-snapshot.png differ diff --git a/docs/images/pit-snapshots.png b/docs/images/pit-snapshots.png new file mode 100644 index 000000000..f22231648 Binary files /dev/null and b/docs/images/pit-snapshots.png differ diff --git a/docs/mint.json b/docs/mint.json index d4146ff9b..05ae42747 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -39,11 +39,6 @@ "icon": "server", "url": "self-hosting" }, - { - "name": "API Reference", - "icon": "cloud", - "url": "self-hosting" - }, { "name": "Integrations", "icon": "plug",