diff --git a/editor/collaborate.mdx b/editor/collaborate.mdx index a5fa67588..46280f9c7 100644 --- a/editor/collaborate.mdx +++ b/editor/collaborate.mdx @@ -1,7 +1,7 @@ --- title: "Collaborate in the editor" sidebarTitle: "Collaborate" -description: "Leave comments, propose changes as suggestions, and edit alongside teammates in real time in the editor." +description: "Comment on pages, propose changes as suggestions, resolve feedback, and edit alongside your teammates in real time in the Mintlify editor." keywords: ["comments", "suggestions", "collaboration", "review", "mentions", "real time"] --- diff --git a/editor/publish.mdx b/editor/publish.mdx index b287755eb..0d2b67ccc 100644 --- a/editor/publish.mdx +++ b/editor/publish.mdx @@ -1,7 +1,7 @@ --- title: "Publish changes" sidebarTitle: "Publish" -description: "Publish changes from the editor to your live site. Branches and protection rules determine what happens when you publish." +description: "Publish changes from the web editor to your live documentation site. Learn how branches and protection rules determine what happens when you publish." keywords: ["publish", "branch", "git", "commit", "conflicts", "deploy", "pull request"] --- diff --git a/editor/review.mdx b/editor/review.mdx index 570062f19..b2ca5e6f5 100644 --- a/editor/review.mdx +++ b/editor/review.mdx @@ -1,7 +1,7 @@ --- title: "Review changes" sidebarTitle: "Review" -description: "Preview changes before they go live, share them with your team, and approve and merge pull requests from the editor." +description: "Preview documentation changes before they go live, share them with your team, and approve and merge pull requests directly from the web editor." keywords: ["review", "preview", "live preview", "pull request", "approve", "merge", "diff"] --- diff --git a/migration/manual.mdx b/migration/manual.mdx index 72396584b..9d24e50d7 100644 --- a/migration/manual.mdx +++ b/migration/manual.mdx @@ -1,6 +1,6 @@ --- title: "Migrate from another platform" -description: "Convert documentation from any source platform to Mintlify pages, navigation, components, API references, assets, and redirects." +description: "Convert documentation from any source platform to Mintlify, including pages, navigation, components, API references, assets, and redirects." keywords: ["manual documentation migration", "Markdown migration", "MDX migration", "docs.json"] ---