From b6a644ae6b181e4e21c68e1607a2868b6f0dbda5 Mon Sep 17 00:00:00 2001 From: Meghana Date: Fri, 17 Oct 2025 09:38:07 +0530 Subject: [PATCH] Clean JSON: remove stray lines and fix formatting for GPT-5-mini video --- .../community/data/community-content.json | 52 ++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/documentation/src/pages/community/data/community-content.json b/documentation/src/pages/community/data/community-content.json index 0fbebce8bd03..d25ae1cb8dc6 100644 --- a/documentation/src/pages/community/data/community-content.json +++ b/documentation/src/pages/community/data/community-content.json @@ -1,7 +1,7 @@ { "title": "🎃 Community Content Contributions", "description": "Amazing blog posts, videos, and tutorials created by our community for goose!", - "lastUpdated": "2025-10-02", + "lastUpdated": "2025-10-15", "hacktoberfestYear": 2025, "submissionUrl": "https://github.com/block/goose/issues/4705", "submissions": [ @@ -30,6 +30,56 @@ "submittedDate": "2025-10-04", "tags": ["hacktoberfest"], "hacktoberfest": true + }, + { + "title": "Goose with GPT-5-mini MCP - Real-World CSV Analysis Use Case", + "author": { + "name": "Meghana Jaggi", + "handle": "Meghana-2124" + }, + "type": "video", + "url": "https://youtube.com/shorts/pFFlhSv1XwY?feature=share", + "submittedDate": "2025-10-17", + "tags": ["hacktoberfest", "CSV", "GPT-5-mini", "Goose"], + "hacktoberfest": true + }, + { + "title": "Best Practices for Using Goose in Enterprise Environments", + "author": { + "name": "Anudhyan Datta", + "handle": "Anudhyan" + }, + "type": "blog", + "url": "https://anudhyan.hashnode.dev/best-practices-for-using-goose-in-enterprise-environments", + "submittedDate": "2025-10-15", + "tags": ["hacktoberfest", "goose", "enterprise"], + "hacktoberfest": true + }, + { + "title": "Getting started with Goose on Windows", + "author": { + "name": "Halimah", + "handle": "lymah123" + }, + "type": "blog", + "url": "https://dev.to/lymah/getting-started-with-goose-on-windows-30bh", + "thumbnail": "https://i.imgur.com/WEZXcBD.png", + "submittedDate": "2025-10-14", + "tags": ["hacktoberfest"], + "hacktoberfest": true + }, + { + "title": "Best Practices for Prompt Engineering with goose", + "author": { + "name": "Halimah", + "handle": "lymah123" + }, + "type": "blog", + "url": "https://dev.to/lymah/best-practices-for-prompt-engineering-with-goose-3m6h", + "thumbnail": "https://i.imgur.com/Shsi56O.png", + "submittedDate": "2025-10-16", + "tags": ["hacktoberfest"], + "hacktoberfest": true } ] }