diff --git a/docs/src/data/mentions.js b/docs/src/data/mentions.js index b6f617cb52..29a9e4fe56 100644 --- a/docs/src/data/mentions.js +++ b/docs/src/data/mentions.js @@ -2,6 +2,26 @@ /** @satisfies {import('@site/src/components/MentionsSection/index').MentionCardProps[]} */ const MENTIONS = [ + { + url: 'https://x.com/charmcli/status/1861865055370756430', + username: 'charmcli', + source: '/rio/assets/mentions/charm.jpg', + quote: ( + <> + 🌈 Rio is one of those rare software projects that delivers S+ performance while maintaining fun and playfulness at its core. + + ), + }, + { + url: 'https://x.com/GoReleaser/status/1861895213091795002', + username: 'GoReleaser', + source: '/rio/assets/mentions/goreleaser.jpg', + quote: ( + <> + Rio is pretty amazing! Excellent work by @raphamorims ✌️ + + ), + }, { url: 'https://fosstodon.org/@orhun/113375636616878019', username: 'Orhun Parmaksız', diff --git a/docs/static/assets/mentions/charm.jpg b/docs/static/assets/mentions/charm.jpg new file mode 100644 index 0000000000..16fa266ae2 Binary files /dev/null and b/docs/static/assets/mentions/charm.jpg differ diff --git a/docs/static/assets/mentions/goreleaser.jpg b/docs/static/assets/mentions/goreleaser.jpg new file mode 100644 index 0000000000..1d72b7840d Binary files /dev/null and b/docs/static/assets/mentions/goreleaser.jpg differ