fix:adds F20260602 to the export block, between F20260505 and F20260804 - #664
fix:adds F20260602 to the export block, between F20260505 and F20260804#664subinita01 wants to merge 1 commit into
Conversation
the June 2, 2026 note is imported but missing from the export block in static/data/meetings/notes/index.ts, so it's added to that export block, restoring the note to /community Fixes: containers#677 Signed-off-by: subinita01 <subinitaray07@gmail.com>
|
There is no issue being referenced to this PR. In case if the issue hasn't been raised, I believe, you should raise issue for this and reference this PR to that issue. |
Concise DescriptionWhat is done? : Add F20260602 to the export block in static/data/meetings/notes/index.ts so the June 2, 2026 meeting appears on the /community page. Why it is done? : The meeting note file was already imported, but the export {} block omitted F20260602, so the item was silently invisible on the site. Where is it located? : static/data/meetings/notes/index.ts — the change inserts F20260602 between F20260505 and F20260804. Validation: Ran yarn build (no broken links) and verified the /community meeting card grid now shows the June 2, 2026 meeting as the second-most-recent item. fixes #677 Before / After - Backed by ScreenshotsBefore: June 2, 2026 meeting card did not appear on /community (file existed but was not exported).
ChecklistEnsure you have completed the following checklist for your pull request to be reviewed: Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information. @antedotee Please Check! |
291c436 to
74a20e8
Compare
|
My oops back in June. TYVM for the touch up @subinita01 ! |
|
@TomSweeneyRedHat My pleasure! I could contribute..... |
|
Instead of |
|
@antedotee |


fixes #677
#The June 2, 2026 community meeting note is imported in static/data/meetings/notes/index.ts but missing from the export {} block, so it never shows up on the /community page — no error, it's just silently invisible.
##What the fix does:
Adds F20260602 to the export block, between F20260505 and F20260804.
In this PR I verified the yarn build passes (no broken links), and the meeting card grid now correctly shows June 2, 2026 as the second-most-recent meeting.