docs: Change community page sections (#4984)
Co-authored-by: Tania Chakraborty <tchakraborty@block.xyz>
This commit is contained in:
@@ -3,19 +3,20 @@
|
|||||||
"description": "Amazing blog posts, videos, and tutorials created by our community for goose!",
|
"description": "Amazing blog posts, videos, and tutorials created by our community for goose!",
|
||||||
"lastUpdated": "2025-10-02",
|
"lastUpdated": "2025-10-02",
|
||||||
"hacktoberfestYear": 2025,
|
"hacktoberfestYear": 2025,
|
||||||
"submissionUrl": "https://github.com/block/goose/issues/new?template=hacktoberfest-content-submission.yml",
|
"submissionUrl": "https://github.com/block/goose/issues/4705",
|
||||||
"submissions": [
|
"submissions": [
|
||||||
{
|
{
|
||||||
"title": "Configuring goose for Team Environments and Shared Workflows",
|
"title": "Hacktoberfest 2025: Contributing to goose",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Community Contributor",
|
"name": "Tania Chakraborty",
|
||||||
"handle": "teamgoose"
|
"handle": "taniandjerry"
|
||||||
},
|
},
|
||||||
"type": "blog",
|
"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",
|
"thumbnail": "https://images.unsplash.com/photo-1522071820081-009f0129c71c?w=400&h=225&fit=crop&crop=entropy&auto=format",
|
||||||
"submittedDate": "2025-10-20",
|
"submittedDate": "2025-09-26",
|
||||||
"tags": ["team-setup", "configuration", "collaboration"]
|
"tags": ["hacktoberfest", "open-source", "contributing"],
|
||||||
|
"hacktoberfest": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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."
|
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">
|
<main className="container">
|
||||||
<UpcomingEventsSection />
|
|
||||||
<CommunityAllStarsSection />
|
|
||||||
<CommunityContentSpotlightSection />
|
<CommunityContentSpotlightSection />
|
||||||
|
<CommunityAllStarsSection />
|
||||||
|
<UpcomingEventsSection />
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user