Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/ApiReference/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const TAG_LABELS: Record<string, string> = {
merge_queue: 'Merge Queue',
pull_requests: 'Pull Requests',
ci_insights: 'CI Insights',
test_insights: 'Test Insights',
};

// Tag descriptions for sub-page intros
Expand All @@ -182,6 +183,7 @@ export const TAG_DESCRIPTIONS: Record<string, string> = {
merge_queue: 'Control merge queue state — pause, unpause, and inspect status.',
pull_requests: 'Push scopes and other per-pull-request data to Mergify.',
ci_insights: 'Access data from CI Insights.',
test_insights: 'Access data from Test Insights.',
Comment thread
remyduthu marked this conversation as resolved.
};

export function humanizeTag(tag: string): string {
Expand Down
2 changes: 1 addition & 1 deletion src/content/navItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const navItems: NavItem[] = [
{ title: 'Event Logs', path: '/api/eventlogs' },
{ title: 'Badges', path: '/api/badges' },
{ title: 'Scheduled Freeze', path: '/api/scheduled-freeze' },
{ title: 'CI Insights', path: '/api/ci-insights' },
{ title: 'Test Insights', path: '/api/test-insights' },
Comment thread
remyduthu marked this conversation as resolved.
],
},
],
Expand Down
Loading