diff --git a/src/components/CliReference/cli-schema.ts b/src/components/CliReference/cli-schema.ts index 85bce775d4..04194ad888 100644 --- a/src/components/CliReference/cli-schema.ts +++ b/src/components/CliReference/cli-schema.ts @@ -230,6 +230,7 @@ export const GROUP_ORDER: string[] = [ 'freeze', 'config', 'self-update', + 'completions', ]; /** Card/page headings — the CLI counterpart of `TAG_LABELS`. */ @@ -241,6 +242,7 @@ export const GROUP_LABELS: Record = { freeze: 'Scheduled Freezes', config: 'Configuration', 'self-update': 'Maintenance', + completions: 'Shell Completions', }; /** @@ -256,6 +258,7 @@ export const GROUP_DESCRIPTIONS: Record = { freeze: 'Schedule and manage merge freezes for release windows and maintenance.', config: 'Validate your Mergify configuration and simulate actions before you merge.', 'self-update': 'Update the Mergify CLI to the latest release.', + completions: 'Generate a shell completion script to tab-complete Mergify CLI commands and flags.', }; /** diff --git a/src/content/docs/ci-insights.mdx b/src/content/docs/ci-insights.mdx index d74639ac08..fa21cfc12d 100644 --- a/src/content/docs/ci-insights.mdx +++ b/src/content/docs/ci-insights.mdx @@ -22,11 +22,11 @@ GitHub and covers basic configuration steps. - Track runner fleet performance, queue times, and reliability. + Monitor your self-hosted runners' capacity, performance, cost, and reliability.