Skip to content

Commit

Permalink
feat(docs): update medium articles (#3950)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul authored Apr 2, 2024
1 parent 3132cc6 commit 5288ec1
Showing 1 changed file with 14 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
export const featuredPostsData = {
post1: {
title: "Welcome to the PatternFly 6 alpha",
author: "Erin Donehoo",
length: "3 min read",
URL: "https://medium.com/patternfly/welcome-to-the-patternfly-6-alpha-6d6f64de5a73",
// Use resize:fit:600 in URL
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/0*tc9YA_4LEFm1AZm9",
},
post2: {
title: "Introducing component groups",
author: "Filip Hlavac",
length: "4 min read",
Expand All @@ -8,21 +17,15 @@ export const featuredPostsData = {
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/0*j9kT2OT7NJuKJRwX",
},
post2: {
title: "Webpack module federation | Think twice before sharing a dependency",
post3: {
title:
"Webpack module federation | Think twice before sharing a dependency",
author: "Martin Maroši",
length: "9 min read",
URL: "https://medium.com/@marvusm.mmi/webpack-module-federation-think-twice-before-sharing-a-dependency-18b3b0e352cb",
// Use resize:fit:600 in URL
imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/1*wvPsa-Gq_sblqb51mCto7w.png",
},
post3: {
title: "Why did the chicken cross the road",
author: "Kevin Hatchoua",
length: "3 min read",
URL: "https://medium.com/patternfly/why-did-the-chicken-cross-the-road-1d4a43521dc3",
// Use resize:fit:600 in URL
imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/0*B5u7pOVCF8vzeckn",
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*wvPsa-Gq_sblqb51mCto7w.png",
},
post4: {
title: "Migrating PatternFly v4 to v5",
Expand Down

0 comments on commit 5288ec1

Please sign in to comment.