Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website: update article links on /testimonials page #24850

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

eashaw
Copy link
Contributor

@eashaw eashaw commented Dec 17, 2024

Closes: #24746

Changes:

  • Replaced the hard-coded links to articles on the /testimonials page with server-side rendered generated links to articles. These links are now built using the website's markdown articles configuration.
  • Added support for a new meta tag on articles: showOnTestimonialsPageWithEmoji If provided and set to one of the four supported emoji (🥀, 🔌, 🚪, or 🪟), a link to the article will be added to the /testimonials page. Example: <meta name="showOnTestimonialsPageWithEmoji" value="🥀">.
  • Updated the build-static-content script to throw an error if an article has an invalid showOnTestimonialsPageWithEmoji meta tag value.
  • Updated recent case study articles to have a showOnTestimonialsPageWithEmoji meta tag.

@Drew-P-drawers When this PR is merged, you can add links to the new case studies articles to the /testimonials page with a showOnTestimonialsPageWithEmoji meta tag. The definitions for each of the supported emoji are in this google doc

@Drew-P-drawers Drew-P-drawers merged commit 82ec1d8 into main Dec 17, 2024
8 checks passed
@Drew-P-drawers Drew-P-drawers deleted the website-update-case-studies-on-testimonials branch December 17, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Display case studies on /testimonials
3 participants