Skip to content

Fix duplicate releases listing and add data collection date#257

Merged
antonkri merged 2 commits into
mainfrom
ankr_fix_releases_and_status_date
Jun 8, 2026
Merged

Fix duplicate releases listing and add data collection date#257
antonkri merged 2 commits into
mainfrom
ankr_fix_releases_and_status_date

Conversation

@antonkri

@antonkri antonkri commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Two small documentation fixes:

  1. Releases page duplicationdocs/s_core_v_1/releases/index.rst was being picked up by the glob toctree in releases.rst, which caused all release notes to be listed twice (once under the Release Notes group and once individually). Removed the redundant index.rst; releases.rst already collects all release notes via :glob: *.

  2. Data collection date on Overall Status — Added a highlighted important admonition at the top of docs/s_core_v_1/roadmap/overall_status.rst so readers can see when the snapshot was taken.

Verification

  • Build the docs locally and check that the Releases page lists each release note only once.
  • Confirm the Data collected on banner is visible at the top of the Overall Status page.

- 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.
Comment on lines +6 to +9
.. important::

**Data collected on: 2026-06-02**

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.

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.
@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@antonkri antonkri merged commit 77877e6 into main Jun 8, 2026
17 checks passed
@antonkri antonkri deleted the ankr_fix_releases_and_status_date branch June 8, 2026 14:46
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.

2 participants