Fix duplicate releases listing and add data collection date#257
Merged
Conversation
- Remove redundant docs/s_core_v_1/releases/index.rst which was picked up by the glob toctree in releases.rst, causing release notes to appear twice on the Releases page. - Add a highlighted 'Data collected on' note at the top of overall_status.rst so readers know the snapshot date.
PiotrKorkus
reviewed
Jun 8, 2026
Comment on lines
+6
to
+9
| .. important:: | ||
|
|
||
| **Data collected on: 2026-06-02** | ||
|
|
Contributor
There was a problem hiding this comment.
Is /overal-status skill updating this field without explicit instruction to do it?
Step 6 now explicitly requires bumping the 'Data collected on' admonition at the top of overall_status.rst on every regeneration.
PiotrKorkus
approved these changes
Jun 8, 2026
|
The created documentation from the pull request is available at: docu-html |
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
Two small documentation fixes:
Releases page duplication —
docs/s_core_v_1/releases/index.rstwas being picked up by the glob toctree inreleases.rst, which caused all release notes to be listed twice (once under the Release Notes group and once individually). Removed the redundantindex.rst;releases.rstalready collects all release notes via:glob: *.Data collection date on Overall Status — Added a highlighted
importantadmonition at the top ofdocs/s_core_v_1/roadmap/overall_status.rstso readers can see when the snapshot was taken.Verification