Skip to content

Add April 13 changelog: guided onboarding and automatic setup#105

Open
mintlify[bot] wants to merge 1 commit intoproductionfrom
mintlify/changelog-april-week2-1776039010
Open

Add April 13 changelog: guided onboarding and automatic setup#105
mintlify[bot] wants to merge 1 commit intoproductionfrom
mintlify/changelog-april-week2-1776039010

Conversation

@mintlify
Copy link
Copy Markdown

@mintlify mintlify bot commented Apr 13, 2026

Summary

  • Adds a new changelog entry for the week of April 13, covering the guided onboarding experience, automatic application/incident detection setup, and a code review sync fix.
  • Creates the changelog page and adds Changelog navigation tab and anchor to docs.json (consolidating prior unmerged changelog PRs into a single file with all entries).

New changelog entry highlights

  • Guided onboarding experience — step-by-step sync progress and getting-started checklist for new workspaces
  • Automatic application and incident detection setup — applications created per repository and incident detection initialized during initial sync
  • Code review sync fix — reviews without a submission timestamp no longer interrupt sync

Greptile Summary

This PR introduces the docs changelog page (changelog.mdx) with three entries spanning March–April 2026, and wires it into the Mintlify navigation via a new global anchor and tab in docs.json. All internal links in the changelog resolve to pages already present in docs.json, and the Mintlify <Update> component is used correctly throughout.

Confidence Score: 5/5

Safe to merge — documentation-only changes with no logic or data integrity concerns.

All findings are P2 style suggestions. The only note is a potentially blank sidebar group heading from the empty string group name, which is cosmetic and non-blocking.

No files require special attention.

Important Files Changed

Filename Overview
apps/docs/changelog.mdx New changelog page with three entries (April 13, April 6, March 2026) using Mintlify's Update component; all internal links resolve to pages present in docs.json.
apps/docs/docs.json Adds Changelog anchor to global navigation and a Changelog tab; uses an empty string group name for the single-page tab which may render a blank heading.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[docs.json navigation] --> B[Global Anchors]
    A --> C[Tabs]
    B --> D[Repository anchor]
    B --> E[Changelog anchor\n→ /changelog]
    B --> F[Give Feedback anchor]
    C --> G[Changelog tab\npages: changelog.mdx]
    C --> H[Sweetr tab]
    C --> I[API Reference tab]
    G --> J[changelog.mdx\nApril 13, 2026\nApril 6, 2026\nMarch 2026]
Loading

Reviews (1): Last reviewed commit: "feat: add April 13 changelog with guided..." | Re-trigger Greptile

Greptile also left 1 inline comment on this PR.

Comment thread apps/docs/docs.json
Comment on lines +62 to +67
"pages": [
{
"group": "",
"pages": ["changelog"]
}
]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Empty group name may render a blank sidebar heading

The Changelog tab uses "group": "", which could produce an empty/blank section header in the Mintlify sidebar. Every other tab uses a descriptive group name. Since there's only one page here, you can either use a meaningful label or check whether Mintlify suppresses empty group titles entirely.

Suggested change
"pages": [
{
"group": "",
"pages": ["changelog"]
}
]
{
"group": "Changelog",
"pages": ["changelog"]
}

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants