Skip to content

Commit

Permalink
Correct date details of meeting notes
Browse files Browse the repository at this point in the history
Signed-off-by: Chetan Giradkar <[email protected]>
  • Loading branch information
cgiradkar committed Sep 25, 2023
1 parent cb72c85 commit c658db2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/layout/CommunityMeetingsCardGrid/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,15 @@ function CommunityMeetingsCardGrid({ cards }) {
};

const populateMeetings = (): void => {
let c = 0;
Object.values(markDownFiles)?.forEach(mdFile => {
let mdReader = mdFile?.default(useRef());
mdReader?.props?.children?.forEach(child => {
let field1: string = child?.props?.children[0];
let field2: object = child?.props?.children[1];
if (typeof field1 == 'string' && (field1.includes('BlueJeans') || field1.includes('Video'))) {
if (mdFile?.contentTitle?.includes('Cabal')) {
console.log(++c, mdFile?.toc?.[0]?.value);
cabalDropdownOptions.unshift({
date: (mdFile?.toc?.[0]?.value as string).split(/[0-9]{2}:[0-9]{2}/)[0],
meeting_minutes: {
Expand Down
3 changes: 1 addition & 2 deletions static/data/meetings/notes/2023-09-21/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Podman Community Cabal Meeting Notes

## July 20, 2023 11:00 a.m. Eastern (UTC-5)
## September 21, 2023 11:00 a.m. Eastern (UTC-5)

## Attendees:
Aditya Rajan, Anders F Björklund, Ashley Cui, Ed Santiago Munoz, Jake Correnti, Justin Jereza, Lokesh Mandvekar, Martin Jackson, Matt Heon, Miloslav Trmac, Mohan Boddu, Nalin Dahyabhai, Paul Holzinger, Tom Sweeney, Valentin Rothberg

## July 20, 2023 Topics
## September 21, 2023 Topics

1. Default settings for Podman 4.7
Expand Down

0 comments on commit c658db2

Please sign in to comment.