Add April 27 changelog#112
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
…m table Generated-By: mintlify-agent
Contributor
There was a problem hiding this comment.
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.
| "icon": "github", | ||
| "href": "https://github.com/sweetr-dev/sweetr.dev" | ||
| }, | ||
| { |
Contributor
There was a problem hiding this comment.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a changelog page covering shipped product changes since the last update on April 13, 2026.
What's included for April 27, 2026
Also wires up the Changelog tab and anchor in
docs.jsonand includes prior entries (April 13, April 6, March 2026) so the page renders as a complete history.Greptile Summary
This PR adds a
changelog.mdxdocumentation page with four<Update>entries (April 27, April 13, April 6, and March 2026) and wires it intodocs.jsonvia 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
<Update>component; content is well-structured with correct internal links matching the existing docs navigation.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]Reviews (1): Last reviewed commit: "feat: add April 27 changelog with new me..." | Re-trigger Greptile