From db94d066a8e2ee81f64ae449df0f3f6a3ad6e249 Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Thu, 21 May 2026 19:57:09 +0800 Subject: [PATCH] feat(readme,homepage): add Community section featuring Better Stack walkthrough video Adds a Community section near the end of README (English + 7 localized variants) and a CommunityVideo component on the homepage embedding the YouTube walkthrough by Better Stack. Section invites future video / blog / tutorial contributions to be featured here. --- README.md | 14 ++ READMEs/README.es-ES.md | 14 ++ READMEs/README.ja-JP.md | 14 ++ READMEs/README.ko-KR.md | 14 ++ READMEs/README.ru-RU.md | 14 ++ READMEs/README.tr-TR.md | 14 ++ READMEs/README.zh-CN.md | 14 ++ READMEs/README.zh-TW.md | 14 ++ homepage/src/components/CommunityVideo.astro | 143 +++++++++++++++++++ homepage/src/pages/index.astro | 2 + 10 files changed, 257 insertions(+) create mode 100644 homepage/src/components/CommunityVideo.astro diff --git a/README.md b/README.md index 469b5eb..0ead787 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,20 @@ File analyzers run in parallel (up to 5 concurrent, 20-30 files per batch). Supp --- +## 🎥 Community + +A community-made walkthrough by **Better Stack**. + +

+ Community walkthrough by Better Stack — watch on YouTube +
+ Watch on YouTube → +

+ +Made a video, blog post, or tutorial? Open an issue or PR — happy to feature it here. + +--- + ## 🤝 Contributing Contributions are welcome! Here's how to get started: diff --git a/READMEs/README.es-ES.md b/READMEs/README.es-ES.md index 536a14f..1e37aff 100644 --- a/READMEs/README.es-ES.md +++ b/READMEs/README.es-ES.md @@ -270,6 +270,20 @@ Los analizadores de archivos se ejecutan en paralelo (hasta 5 concurrentes, 20-3 --- +## 🎥 Comunidad + +Un recorrido en video hecho por la comunidad de **Better Stack**. + +

+ Recorrido en video por la comunidad de Better Stack — haz clic para ver en YouTube +
+ Ver en YouTube → +

+ +¿Has hecho un video, post o tutorial? Abre un issue o PR — estaremos encantados de mostrarlo aquí. + +--- + ## 🤝 Contribuir ¡Las contribuciones son bienvenidas! Así puedes empezar: diff --git a/READMEs/README.ja-JP.md b/READMEs/README.ja-JP.md index d981250..59b2a85 100644 --- a/READMEs/README.ja-JP.md +++ b/READMEs/README.ja-JP.md @@ -271,6 +271,20 @@ git add .gitattributes .understand-anything/ --- +## 🎥 コミュニティ + +**Better Stack** によるコミュニティ製ウォークスルー動画。 + +

+ Better Stack によるコミュニティ製ウォークスルー動画 — クリックして YouTube で視聴 +
+ YouTube で視聴 → +

+ +動画、ブログ、チュートリアルを作成しましたか?Issue または PR を開いてください — ここで紹介させていただきます。 + +--- + ## 🤝 コントリビュート コントリビュートを歓迎します!始め方は以下の通りです: diff --git a/READMEs/README.ko-KR.md b/READMEs/README.ko-KR.md index 986f8e6..1cfb903 100644 --- a/READMEs/README.ko-KR.md +++ b/READMEs/README.ko-KR.md @@ -270,6 +270,20 @@ git add .gitattributes .understand-anything/ --- +## 🎥 커뮤니티 + +**Better Stack**에서 만든 커뮤니티 워크스루 영상. + +

+ Better Stack에서 만든 커뮤니티 워크스루 영상 — 클릭하여 YouTube에서 시청 +
+ YouTube에서 보기 → +

+ +영상, 블로그 글, 튜토리얼을 만드셨나요? 이슈나 PR을 열어주세요 — 여기서 소개해드릴게요. + +--- + ## 🤝 기여하기 기여를 환영합니다! 시작하는 방법은 다음과 같습니다: diff --git a/READMEs/README.ru-RU.md b/READMEs/README.ru-RU.md index ad8894a..885d2a5 100644 --- a/READMEs/README.ru-RU.md +++ b/READMEs/README.ru-RU.md @@ -271,6 +271,20 @@ git add .gitattributes .understand-anything/ --- +## 🎥 Сообщество + +Обзорное видео от сообщества, созданное **Better Stack**. + +

+ Обзорное видео от сообщества Better Stack — нажмите, чтобы посмотреть на YouTube +
+ Смотреть на YouTube → +

+ +Сделали видео, статью или руководство? Откройте issue или PR — с удовольствием добавим сюда. + +--- + ## 🤝 Вклад в проект Будем рады вашим контрибьюшенам! Как начать: diff --git a/READMEs/README.tr-TR.md b/READMEs/README.tr-TR.md index 8e1c928..e84c479 100644 --- a/READMEs/README.tr-TR.md +++ b/READMEs/README.tr-TR.md @@ -271,6 +271,20 @@ Dosya analizörleri paralel çalışır (en fazla 3 eşzamanlı). Artımlı gün --- +## 🎥 Topluluk + +**Better Stack** tarafından hazırlanan topluluk tanıtım videosu. + +

+ Better Stack tarafından hazırlanan topluluk tanıtım videosu — YouTube'da izlemek için tıklayın +
+ YouTube'da izle → +

+ +Bir video, blog yazısı veya eğitim hazırladınız mı? Issue veya PR açın — burada yer vermekten mutluluk duyarız. + +--- + ## 🤝 Katkıda Bulunma Katkılar memnuniyetle karşılanır! Başlamak için: diff --git a/READMEs/README.zh-CN.md b/READMEs/README.zh-CN.md index 11f670f..396f447 100644 --- a/READMEs/README.zh-CN.md +++ b/READMEs/README.zh-CN.md @@ -270,6 +270,20 @@ git add .gitattributes .understand-anything/ --- +## 🎥 社区 + +由 **Better Stack** 制作的社区视频教程。 + +

+ Better Stack 制作的社区视频教程 —— 点击在 YouTube 观看 +
+ 在 YouTube 上观看 → +

+ +写过视频、博客或教程?提个 issue 或 PR —— 我们很乐意把它放在这里。 + +--- + ## 🤝 贡献 欢迎贡献!以下是贡献指南: diff --git a/READMEs/README.zh-TW.md b/READMEs/README.zh-TW.md index 1fea5be..be8cac8 100644 --- a/READMEs/README.zh-TW.md +++ b/READMEs/README.zh-TW.md @@ -270,6 +270,20 @@ git add .gitattributes .understand-anything/ --- +## 🎥 社群 + +由 **Better Stack** 製作的社群影片導覽。 + +

+ Better Stack 製作的社群影片導覽 —— 點擊在 YouTube 觀看 +
+ 在 YouTube 上觀看 → +

+ +寫過影片、部落格或教學?開一個 issue 或 PR —— 我們很樂意將它放在這裡。 + +--- + ## 🤝 貢獻 歡迎貢獻!以下是貢獻指南: diff --git a/homepage/src/components/CommunityVideo.astro b/homepage/src/components/CommunityVideo.astro new file mode 100644 index 0000000..fa44a54 --- /dev/null +++ b/homepage/src/components/CommunityVideo.astro @@ -0,0 +1,143 @@ +--- +const youTubeId = 'VmIUXVlt7_I'; +const youTubeUrl = `https://www.youtube.com/watch?v=${youTubeId}`; +const embedUrl = `https://www.youtube.com/embed/${youTubeId}?si=IB3cjpjbq9wis5D7`; +--- + +
+ Community +

+ A walkthrough from the + community +

+

+ A community-made video tour by + Better Stack. +

+
+
+ + + + YouTube · Better Stack +
+
+ +
+
+
+ + diff --git a/homepage/src/pages/index.astro b/homepage/src/pages/index.astro index 569b5d7..dbbb66f 100644 --- a/homepage/src/pages/index.astro +++ b/homepage/src/pages/index.astro @@ -4,6 +4,7 @@ import Nav from '../components/Nav.astro'; import Hero from '../components/Hero.astro'; import Problem from '../components/Problem.astro'; import Showcase from '../components/Showcase.astro'; +import CommunityVideo from '../components/CommunityVideo.astro'; import Features from '../components/Features.astro'; import Install from '../components/Install.astro'; import Footer from '../components/Footer.astro'; @@ -14,6 +15,7 @@ import Footer from '../components/Footer.astro'; +