diff --git a/website/content/docs/sync/awssm.mdx b/website/content/docs/sync/awssm.mdx
index 3bae604e591f..c32873a36ede 100644
--- a/website/content/docs/sync/awssm.mdx
+++ b/website/content/docs/sync/awssm.mdx
@@ -1,10 +1,11 @@
---
layout: docs
-page_title: AWS Secrets Manager - Secrets Sync Destination
-description: The AWS Secrets Manager destination syncs secrets from Vault to AWS.
+page_title: Sync secrets from Vault to AWS Secrets Manager
+description: >-
+ Automatically sync and unsync the secrets from Vault to AWS Secrets Manager to centralize visibility and control of secrets lifecycle management.
---
-# AWS Secrets Manager
+# Sync secrets from Vault to AWS Secrets Manager
The AWS Secrets Manager destination enables Vault to sync and unsync secrets of your choosing into
an external AWS account. When configured, Vault will actively maintain the state of each externally-synced
diff --git a/website/content/docs/sync/azurekv.mdx b/website/content/docs/sync/azurekv.mdx
index 943700b01c8f..affc3f1e80c1 100644
--- a/website/content/docs/sync/azurekv.mdx
+++ b/website/content/docs/sync/azurekv.mdx
@@ -1,10 +1,11 @@
---
layout: docs
-page_title: Azure Key Vault - Secrets Sync Destination
-description: The Azure Key Vault destination syncs secrets from Vault to Azure.
+page_title: Sync secrets from Vault to Azure Key Vault
+description: >-
+ Automatically sync and unsync the secrets from Vault to Azure Key Vault to centralize visibility and control of secrets lifecycle management.
---
-# Azure Key Vault
+# Sync secrets from Vault to Azure Key Vault
The Azure Key Vault destination enables Vault to sync and unsync secrets of your choosing into
an external Azure account. When configured, Vault will actively maintain the state of each externally-synced
diff --git a/website/content/docs/sync/gcpsm.mdx b/website/content/docs/sync/gcpsm.mdx
index e5df04026c8b..f153194f026b 100644
--- a/website/content/docs/sync/gcpsm.mdx
+++ b/website/content/docs/sync/gcpsm.mdx
@@ -1,10 +1,11 @@
---
layout: docs
-page_title: Google Cloud Platform Secret Manager - Secrets Sync Destination
-description: The Google Cloud Platform Secret Manager destination syncs secrets from Vault to GCP.
+page_title: Sync secrets from Vault to GCP Secret Manager
+description: >-
+ Automatically sync and unsync the secrets from Vault to GCP Secret Manager to centralize visibility and control of secrets lifecycle management.
---
-# Google Cloud Platform Secret Manager
+# Sync secrets from Vault to GCP Secret Manager
The Google Cloud Platform (GCP) Secret Manager sync destination allows Vault to safely synchronize secrets to your GCP projects.
This is a low footprint option that enables your applications to benefit from Vault-managed secrets without requiring them
diff --git a/website/content/docs/sync/github.mdx b/website/content/docs/sync/github.mdx
index 174dbf6e5d89..29aa9610e505 100644
--- a/website/content/docs/sync/github.mdx
+++ b/website/content/docs/sync/github.mdx
@@ -1,10 +1,11 @@
---
layout: docs
-page_title: GitHub - Secrets Sync Destination
-description: The GitHub destination syncs secrets from Vault to GitHub.
+page_title: Sync secrets from Vault to GitHub
+description: >-
+ Automatically sync and unsync the secrets from Vault to GitHub to centralize visibility and control of secrets lifecycle management.
---
-# GitHub actions secrets
+# Sync secrets from Vault to GitHub
The GitHub actions sync destination allows Vault to safely synchronize secrets as GitHub organization, repository, or environment secrets.
This is a low footprint option that enables your applications to benefit from Vault-managed secrets without requiring them
@@ -23,8 +24,10 @@ Prerequisites:
+
Access tokens are tied to a user account and can be revoked at any time, causing disruptions to the sync process.
GitHub applications are long-lived and do not expire. Using a GitHub application for authentication is preferred over using a personal access token.
+
### Repositories
diff --git a/website/content/docs/sync/index.mdx b/website/content/docs/sync/index.mdx
index dd53d8631528..1b57ab9ac296 100644
--- a/website/content/docs/sync/index.mdx
+++ b/website/content/docs/sync/index.mdx
@@ -1,10 +1,10 @@
---
layout: docs
page_title: Secrets sync
-description: Secrets sync allows you to safely sync Vault-managed secrets with external destinations.
+description: >-
+ Use secrets sync feature to automatically sync Vault-managed secrets with external destinations to centralize secrets lifecycle management.
---
-
# Secrets sync
diff --git a/website/content/docs/sync/vercelproject.mdx b/website/content/docs/sync/vercelproject.mdx
index 0e22eb78d2db..8ec3121f7589 100644
--- a/website/content/docs/sync/vercelproject.mdx
+++ b/website/content/docs/sync/vercelproject.mdx
@@ -1,10 +1,11 @@
---
layout: docs
-page_title: Vercel Project - Secrets Sync Destination
-description: The Vercel Project destination syncs secrets from Vault to Vercel.
+page_title: Sync secrets from Vault to Vercel Project
+description: >-
+ Automatically sync and unsync the secrets from Vault to a Vercel project to centralize visibility and control of secrets lifecycle management.
---
-# Vercel Project environment variables
+# Sync secrets from Vault to Vercel Project
The Vercel Project sync destination allows Vault to safely synchronize secrets as Vercel environment variables.
This is a low footprint option that enables your applications to benefit from Vault-managed secrets without requiring them
diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json
index 4d95e37961ad..fb4f85704a34 100644
--- a/website/data/docs-nav-data.json
+++ b/website/data/docs-nav-data.json
@@ -1581,8 +1581,7 @@
},
{
"title": "KV version 2",
- "routes":
- [
+ "routes": [
{
"title": "Overview",
"path": "secrets/kv/kv-v2"
@@ -1823,23 +1822,23 @@
"path": "sync"
},
{
- "title": "AWS Secrets Manager",
+ "title": "Sync to AWS Secrets Manager",
"path": "sync/awssm"
},
{
- "title": "Azure Key Vault",
+ "title": "Sync to Azure Key Vault",
"path": "sync/azurekv"
},
{
- "title": "GCP Secret Manager",
+ "title": "Sync to GCP Secret Manager",
"path": "sync/gcpsm"
},
{
- "title": "GitHub",
+ "title": "Sync to GitHub",
"path": "sync/github"
},
{
- "title": "Vercel Project",
+ "title": "Sync to Vercel Project",
"path": "sync/vercelproject"
}
]