Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions documentation/src/pages/community/data/community-content.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
"description": "Amazing blog posts, videos, and tutorials created by our community for goose!",
"lastUpdated": "2025-10-02",
"hacktoberfestYear": 2025,
"submissionUrl": "https://github.com/block/goose/issues/new?template=hacktoberfest-content-submission.yml",
"submissionUrl": "https://github.com/block/goose/issues/4705",
"submissions": [
{
"title": "Configuring goose for Team Environments and Shared Workflows",
"title": "Hacktoberfest 2025: Contributing to goose",
"author": {
"name": "Community Contributor",
"handle": "teamgoose"
"name": "Tania Chakraborty",
"handle": "taniandjerry"
},
"type": "blog",
"url": "https://teamgoose.dev/goose-team-setup",
"url": "https://block.github.io/goose/blog/2025/09/26/hacktoberfest-2025",
"thumbnail": "https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=400&h=225&fit=crop&crop=entropy&auto=format",
"submittedDate": "2025-10-20",
"tags": ["team-setup", "configuration", "collaboration"]
"submittedDate": "2025-09-26",
"tags": ["hacktoberfest", "open-source", "contributing"],
"hacktoberfest": true
}
]
}
4 changes: 2 additions & 2 deletions documentation/src/pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ export default function Community(): ReactNode {
description="Join the goose community - connect with developers, contribute to the project, and help shape the future of AI-powered development tools."
>
<main className="container">
<UpcomingEventsSection />
<CommunityAllStarsSection />
<CommunityContentSpotlightSection />
<CommunityAllStarsSection />
<UpcomingEventsSection />
</main>
</Layout>
);
Expand Down