diff --git a/agent/workflows.mdx b/agent/workflows.mdx index 69a8f692f..fb57c0472 100644 --- a/agent/workflows.mdx +++ b/agent/workflows.mdx @@ -235,7 +235,7 @@ Success criteria: All API specifications and pages are up to date with the chang ### Track translation lag -**Trigger:** Cron schedule `0 9 * * 3` (Wednesdays at 9:00 AM UTC) +**Trigger:** cron schedule `0 9 * * 3` (Wednesdays at 9:00 AM UTC) Update the example language subdirectories (`es/`, `fr/`, `zh/`) to your actual language subdirectories. @@ -254,7 +254,7 @@ Success criteria: Any discrepancies between the English and translated files are ### SEO and metadata audit -**Trigger:** Cron schedule `0 9 * * 1` (Mondays at 9:00 AM UTC) +**Trigger:** cron schedule `0 9 * * 1` (Mondays at 9:00 AM UTC) ```text Audit all MDX files in the docs for SEO and metadata quality. Check for: @@ -298,7 +298,7 @@ Success criteria: ### Changelog with notifications -**Trigger:** Cron schedule `0 9 * * 1` (Mondays at 9:00 AM UTC) +**Trigger:** cron schedule `0 9 * * 1` (Mondays at 9:00 AM UTC) **Context repos:** `your-org/your-product` **Slack notifications:** `documentation` channel, `tech-writer` user diff --git a/cli/commands.mdx b/cli/commands.mdx index 3ce4063c8..2e202590b 100644 --- a/cli/commands.mdx +++ b/cli/commands.mdx @@ -242,7 +242,7 @@ mint validate [flags] | `--local-schema` | Allow validation of locally hosted OpenAPI files served over HTTP. Only supports HTTPS in production. | - The standalone `mint openapi-check` command is deprecated. Use `mint validate` instead. + Mintlify deprecated the standalone `mint openapi-check` command. Use `mint validate` instead. --- diff --git a/guides/assistant-embed.mdx b/guides/assistant-embed.mdx index 66f2aec76..04ad3e254 100644 --- a/guides/assistant-embed.mdx +++ b/guides/assistant-embed.mdx @@ -5,7 +5,7 @@ description: "Build and embed an in-app documentation assistant that answers use keywords: ["assistant embed", "in-app chat", "widget", "chatbot"] --- -## What you will build +## What you build A reusable widget that embeds the [assistant](/assistant/index) directly in your application. The widget provides: diff --git a/guides/branches.mdx b/guides/branches.mdx index 8e5eec805..d50f0fefb 100644 --- a/guides/branches.mdx +++ b/guides/branches.mdx @@ -8,7 +8,7 @@ Branches are a feature of version control that point to specific commits in your Branches let you create separate instances of your documentation to make changes, get reviews, and try new approaches before publishing. Your team can work on branches to update different parts of your documentation simultaneously without affecting what users see on your live site. -The following diagram shows an example of a branch workflow where a feature branch is created, changes are made, and then the feature branch is merged into the main branch. +The following diagram shows an example of a branch workflow where someone creates a feature branch, makes changes, and then merges the feature branch into the main branch. ```mermaid gitGraph