From 5ad9fc6a63ff2978f6c4310900edb238f47869aa Mon Sep 17 00:00:00 2001 From: Erin Donehoo <105813956+edonehoo@users.noreply.github.com> Date: Wed, 20 May 2026 11:53:53 -0400 Subject: [PATCH 1/2] docs(homepage): Updates featured blog posts for 6.5. --- .../pages/featured-posts-data.js | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js index bb91dc4811..7629c67756 100644 --- a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js +++ b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js @@ -1,38 +1,38 @@ export const featuredPostsData = { post1: { - title: "Welcome to PatternFly 6", - author: "Erin Donehoo", - length: "5 min read", - URL: "https://medium.com/patternfly/welcome-to-patternfly-6-5c372f2fd5de", + title: "PatternFly and the Model Context Protocol", + author: "CD Cabrera", + length: "4 min read", + URL: "https://medium.com/patternfly/patternfly-and-the-model-context-protocol-c842b13cfeb6", // Use resize:fit:600 in URL imageURL: - "https://miro.medium.com/v2/resize:fit:600/format:webp/1*FOVVqeJPmsoM6uJqsZHXZA.png", + "https://miro.medium.com/v2/resize:fit:600/format:webp/1*FkOQFFvx_ZWjbJAIsxSoAQ.png", }, post2: { - title: "Open source is a two-way street", - author: "Eric Olkowski and Divyanshu Gupta", - length: "5 min read", - URL: "https://medium.com/patternfly/open-source-is-a-two-way-street-71c31f6c8384", + title: "A new path for PatternFly.org", + author: "Erin Donehoo", + length: "7 min read", + URL: "https://medium.com/patternfly/a-new-path-for-patternfly-org-b3536f514f2f", // Use resize:fit:600 in URL imageURL: - "https://miro.medium.com/v2/resize:fit:600/format:webp/1*iyxUnqaepI63DxmM7U56cg.png", + "https://miro.medium.com/v2/resize:fit:600/format:webp/1*L3CtrJqE9TyypMVqYQR_3g.png", }, post3: { - title: "Vibe coding and beyond", - author: "Nicole Thoen", + title: "PatternFly's AI marketplace", + author: "Jeff Puzzo", length: "7 min read", - URL: "https://medium.com/patternfly/vibe-coding-and-beyond-b4bc80b7a74f", + URL: "https://medium.com/patternfly/patternflys-ai-marketplace-7b78aa5ead64", // Use resize:fit:600 in URL imageURL: - "https://miro.medium.com/v2/resize:fit:600/format:webp/1*oHJSZu-i_5qI5MX4d11vjw.png", + "https://miro.medium.com/v2/resize:fit:600/format:webp/1*nRzzKkHAXqqHfRQx6jUiXQ.png", }, post4: { title: "Motion with purpose", - author: "Erin Donehoo", - length: "6 min read", - URL: "https://medium.com/patternfly/motion-with-purpose-7ac3bd08efba", + author: "Jan Wright", + length: "7 min read", + URL: "https://medium.com/patternfly/a-dual-mandate-for-design-system-maturity-53f2b744df1d", // Use resize:fit:600 in URL imageURL: - "https://miro.medium.com/v2/resize:fit:600/format:webp/0*f2KRU4Bw2ZmoOSOy", + "https://miro.medium.com/v2/resize:fit:600/format:webp/1*9SuH9VuSjyrLwTjl4swxZg.png", }, }; From 694f36e8de3d1915246322d8403f1a500dfc35bc Mon Sep 17 00:00:00 2001 From: Erin Donehoo <105813956+edonehoo@users.noreply.github.com> Date: Wed, 20 May 2026 12:20:07 -0400 Subject: [PATCH 2/2] Update packages/documentation-site/patternfly-docs/pages/featured-posts-data.js --- .../patternfly-docs/pages/featured-posts-data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js index 7629c67756..869ffadf49 100644 --- a/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js +++ b/packages/documentation-site/patternfly-docs/pages/featured-posts-data.js @@ -27,7 +27,7 @@ export const featuredPostsData = { "https://miro.medium.com/v2/resize:fit:600/format:webp/1*nRzzKkHAXqqHfRQx6jUiXQ.png", }, post4: { - title: "Motion with purpose", + title: "A dual mandate for design system maturity", author: "Jan Wright", length: "7 min read", URL: "https://medium.com/patternfly/a-dual-mandate-for-design-system-maturity-53f2b744df1d",