From 2485faeb7a3b5577c15ba5c05fa1a0a035cedbe1 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 19:22:55 +0000 Subject: [PATCH] docs: apply brand tone and writing style fixes --- automations/manage.mdx | 2 +- dashboard/sso.mdx | 8 ++++---- deploy/gitlab.mdx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automations/manage.mdx b/automations/manage.mdx index 3677889f3..2060663a3 100644 --- a/automations/manage.mdx +++ b/automations/manage.mdx @@ -31,7 +31,7 @@ Each automation's configure page groups settings into **Trigger**, **Scope**, an Each automation has a default trigger that controls when it runs. To change the trigger, select a different trigger type on the automation's configure page. - **Content update**: Runs whenever you push content to your project repository, including pull request merges and direct pushes. -- **Code change**: Runs when a pull request merges in a connected source code repository. You must specify at least one source repository. Click **Add repo** to trigger on pull requests from more than one repository. For each repository, you can optionally set **Exclude author** to ignore pull requests from a specific author, and **Listening to changes in** to only trigger on pull requests with changes under a specific path. +- **Code change**: Runs when a pull request merges in a connected source code repository. You must specify at least one source repository. Click **Add repo** to trigger on pull requests from more than one repository. For each repository, you can optionally set **Exclude author** to ignore pull requests from a specific author. You can also set **Listening to changes in** to only trigger on pull requests with changes under a specific path. - **Custom schedule**: Runs on a recurring schedule you define. Pick a preset (Daily, Every Monday, Every Friday, or Twice weekly) and a start hour, or select **Custom cron** and enter a standard 5-field cron expression (`minute hour day month weekday`). Automations queue within 10 minutes of the scheduled time. - **Integration**: Runs when a selected event occurs in a connected shared integration or when a new message posts to a selected Slack channel. Available for custom automations. Select the integration and event, then complete any additional event fields that appear. For Slack triggers, pick one or more channels that you have added the [Mintlify Slack app](/agent/slack) to. - **Webhook**: Runs when an authenticated `POST` request hits the automation's webhook endpoint. Available for custom automations only. Save the automation first. The trigger card then shows the webhook URL and a **Copy auth header** action for the `Authorization: Bearer ` header. Supply an unexpired organization API key with write access from the [API keys](https://app.mintlify.com/settings/organization/api-keys) page. Use this to trigger a run from a CI/CD pipeline, release script, or internal tool. See [Trigger automation webhook](/api/automations/webhook) for the endpoint and rate limits. diff --git a/dashboard/sso.mdx b/dashboard/sso.mdx index 5922b499d..dcfb6c5ae 100644 --- a/dashboard/sso.mdx +++ b/dashboard/sso.mdx @@ -212,7 +212,7 @@ For providers other than Microsoft Entra or Okta SAML, [contact us](mailto:suppo 1. In Google Workspace, navigate to **Web and mobile apps**. 2. Click **Add custom SAML app** in the **Add app** dropdown. - + Copy the provided SSO URL, Entity ID, and x509 certificate and send it to the Mintlify team. @@ -230,7 +230,7 @@ For providers other than Microsoft Entra or Okta SAML, [contact us](mailto:suppo | `First name` | `firstName` | | `Last name` | `lastName` | - After you complete this step and assign users to the application, tell our team. We'll enable SSO for your account. + After you complete this step and assign users to the application, tell the Mintlify team. The Mintlify team then enables SSO for your account. @@ -243,7 +243,7 @@ For providers other than Microsoft Entra or Okta SAML, [contact us](mailto:suppo Select the authorization code grant type and enter the Redirect URI provided by Mintlify. - - Navigate to the **General** tab and locate the client ID and client secret. Securely provide these to us along with your Okta instance URL (for example, `.okta.com`). You can send these details via a service like 1Password or SendSafely. + + Navigate to the **General** tab and locate the client ID and client secret. Securely send these to the Mintlify team along with your Okta instance URL (for example, `.okta.com`). You can send these details via a service like 1Password or SendSafely. diff --git a/deploy/gitlab.mdx b/deploy/gitlab.mdx index 7bf866af0..949f72542 100644 --- a/deploy/gitlab.mdx +++ b/deploy/gitlab.mdx @@ -23,7 +23,7 @@ When you open [Git Settings](https://app.mintlify.com/settings/project/git-setti If you already have a GitLab repository with your documentation, you can skip the download and click **Continue setup** directly. - If your documentation is hosted by Mintlify, download it as a zip file. + If Mintlify hosts your documentation, download it as a zip file. * Create a new repository in GitLab. * Extract the zip contents. * Push the contents to your repository.