chore(docs): include v4.1.0 changelog and update navigation - #758
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds documentation for the v4.1.0 release by creating a new changelog page and registering it in the documentation navigation. The changelog details new features, improvements, API changes, bug fixes, and localization updates included in the release. Changesv4.1.0 Changelog Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
| Filename | Overview |
|---|---|
| src/routes/(docs)/docs.json | Adds v4.1.0 navigation entry at the top of the changelogs list, correctly positioned before v4.0.23 |
| src/routes/(docs)/docs/content/v4/changelogs/v4.1.0.md | New changelog document for v4.1.0 covering new features, improvements, and bug fixes; both internal doc links (grace-period, maintenances/events) resolve to existing files |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[docs.json navigation] -->|adds entry| B[v4.1.0 changelog]
B --> C[New Features]
B --> D[Improvements]
B --> E[Bug Fixes]
C --> C1[Confirmation Threshold]
C --> C2[Manual Maintenance Transitions]
C --> C3[Last Known Status for None Monitors]
C --> C4[Page Settings]
C --> C5[Inline Monitor Toggles]
C --> C6[API home token]
C --> C7[Absolute URL on API responses]
C --> C8[Delete Monitor by Tag]
C1 -->|links to| F[grace-period doc exists]
C2 -->|links to| G[maintenances events doc exists]
Reviews (1): Last reviewed commit: "chore(docs): include v4.1.0 changelog an..." | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Adds the v4.1.0 documentation changelog and exposes it in the v4 docs navigation so readers can discover the release notes from the Changelogs sidebar.
Changes:
- Added a new
v4.1.0changelog markdown page with frontmatter and structured sections (features/improvements/bug fixes). - Updated the v4 docs navigation to include the new
v4.1.0changelog entry.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/routes/(docs)/docs/content/v4/changelogs/v4.1.0.md |
New v4.1.0 changelog page with release notes content and anchors. |
src/routes/(docs)/docs.json |
Adds v4.1.0 to the v4.x Changelogs sidebar list. |
Summary by CodeRabbit
Documentation
Bug Fixes