Skip to content

Add April 27 changelog#112

Open
mintlify[bot] wants to merge 1 commit into
productionfrom
mintlify/changelog-1777248566
Open

Add April 27 changelog#112
mintlify[bot] wants to merge 1 commit into
productionfrom
mintlify/changelog-1777248566

Conversation

@mintlify

@mintlify mintlify Bot commented Apr 27, 2026

Copy link
Copy Markdown

Summary

Adds a changelog page covering shipped product changes since the last update on April 13, 2026.

What's included for April 27, 2026

  • New features — Pull Request Flow dashboard, Code Review Efficiency dashboard, DORA team overview table, and a dedicated sign-up page.
  • Updates — Polished DORA page layout and sandbox redirect support on metrics dashboards.
  • Bug fixes — Container header sizing on home and metrics pages.

Also wires up the Changelog tab and anchor in docs.json and includes prior entries (April 13, April 6, March 2026) so the page renders as a complete history.

Greptile Summary

This PR adds a changelog.mdx documentation page with four <Update> entries (April 27, April 13, April 6, and March 2026) and wires it into docs.json via a new global anchor and a dedicated Changelog tab. The changes are documentation-only and the Mintlify structure is consistent with the rest of the config.

Confidence Score: 5/5

Documentation-only change; safe to merge.

No code logic is modified. The Mintlify structure (empty-string group for a single-page tab, anchor/tab pairing) is valid and consistent with existing config. All internal links in the changelog reference pages that already exist in docs.json. No security or runtime concerns.

No files require special attention.

Important Files Changed

Filename Overview
apps/docs/changelog.mdx New changelog page with four update blocks (April 27, April 13, April 6, March 2026) using Mintlify's <Update> component; content is well-structured with correct internal links matching the existing docs navigation.
apps/docs/docs.json Adds a Changelog anchor to global navigation and a Changelog tab (with an empty-string group for the single page) — both patterns are consistent with Mintlify conventions used elsewhere in this config.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[docs.json] -->|global anchor| B[changelog.mdx]
    A -->|Changelog tab| B
    B --> C[April 27 2026]
    B --> D[April 13 2026]
    B --> E[April 6 2026]
    B --> F[March 2026]
    C --> G[pr-flow/intro]
    C --> H[code-review-efficiency/intro]
    C --> I[dora]
    C --> J[get-started/cloud]
Loading

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

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

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.

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="apps/docs/docs.json">

<violation number="1" location="apps/docs/docs.json:46">
P3: Avoid wrapping the changelog page in a blank group; tabs can list pages directly, and the empty group creates an unlabeled sidebar section.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

Comment thread apps/docs/docs.json
"icon": "github",
"href": "https://github.com/sweetr-dev/sweetr.dev"
},
{

@cubic-dev-ai cubic-dev-ai Bot Apr 27, 2026

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.

P3: Avoid wrapping the changelog page in a blank group; tabs can list pages directly, and the empty group creates an unlabeled sidebar section.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/docs/docs.json, line 46:

<comment>Avoid wrapping the changelog page in a blank group; tabs can list pages directly, and the empty group creates an unlabeled sidebar section.</comment>

<file context>
@@ -43,6 +43,11 @@
           "icon": "github",
           "href": "https://github.com/sweetr-dev/sweetr.dev"
         },
+        {
+          "anchor": "Changelog",
+          "icon": "list",
</file context>
Fix with Cubic

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