Open
Conversation
Generated-By: mintlify-agent
| description: "New features, updates, and fixes." | ||
| --- | ||
|
|
||
| <Update label="April 2026" description="Sandbox mode, new login page, and macOS Docker support" tags={["Feature", "Update", "Fix"]}> |
Contributor
There was a problem hiding this comment.
Inaccurate tag on April 2026 entry
The "Update" tag is included in the April 2026 <Update> block, but this entry only contains New features and Bug fixes sections — there is no Updates section. The tag should match the actual content sections to avoid misleading readers who filter by tag.
Suggested change
| <Update label="April 2026" description="Sandbox mode, new login page, and macOS Docker support" tags={["Feature", "Update", "Fix"]}> | |
| <Update label="April 2026" description="Sandbox mode, new login page, and macOS Docker support" tags={["Feature", "Fix"]}> |
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
changelog.mdxpage (previously only existed on an unmerged branch) with both March and April 2026 entriesdocs.jsonGreptile Summary
This PR adds the
changelog.mdxdocumentation page covering April and March 2026 entries, and wires it into Mintlify navigation via a new Changelog tab and global anchor indocs.json. The changes are documentation-only with no code impact.Confidence Score: 5/5
Documentation-only PR with no code changes; safe to merge
All findings are P2 style suggestions. The only issue is a minor tag inaccuracy on the April 2026 Update component — it includes 'Update' but the entry has no Updates section.
No files require special attention
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[User visits Sweetr docs] --> B{Navigation} B -->|Global anchor| C[/changelog] B -->|Changelog tab| C C --> D[changelog.mdx] D --> E[April 2026 Update block] D --> F[March 2026 Update block] E --> G[New features: Sandbox mode, Login page] E --> H[Bug fixes: ARM64 Docker on macOS] F --> I[New features: Self-hosting, Incident detection, People bio, Slack DORA] F --> J[Updates: Deployment guidance, API rate limiting] F --> K[Bug fixes: PR timeline, DORA filtering, Review calculation, Code review sync]Reviews (1): Last reviewed commit: "feat: add April 2026 changelog with sand..." | Re-trigger Greptile