mirror of
https://github.com/fleetdm/fleet
synced 2026-05-08 09:40:49 +00:00
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](https://docs.google.com/document/d/1-KWQa3uMIJzeitzDRmzT3SnUoFCfcFCb6K2lyVt-Gy0/edit?tab=t.0#heading=h.oskipmb8530l) |
||
|---|---|---|
| .. | ||
| build-static-content.js | ||
| create-issues-for-todays-rituals.js | ||
| deliver-estimation-report.js | ||
| deliver-nurture-emails.js | ||
| freeze-open-pull-requests.js | ||
| generate-bugs-csv.js | ||
| generate-html-email-from-article.js | ||
| generate-merged-schema.js | ||
| get-bug-and-pr-report.js | ||
| migrate-lead-source-to-contact-source.js | ||
| provision-sandbox-instance-for-one-user-and-deliver-email.js | ||
| rebuild-cloud-sdk.js | ||
| send-aggregated-metrics-to-datadog.js | ||
| send-data-to-vanta.js | ||
| test-llm-generated-sql.js | ||