Skip to content

Reorder library: move fresh items to the top#441

Merged
abbycabs merged 1 commit intomainfrom
reorder-library-fresh-first
May 1, 2026
Merged

Reorder library: move fresh items to the top#441
abbycabs merged 1 commit intomainfrom
reorder-library-fresh-first

Conversation

@abbycabs
Copy link
Copy Markdown
Member

@abbycabs abbycabs commented May 1, 2026

Moves the 8 newest 2025 resources to the top of the library page so visitors see fresh content first:

  • Maintainers in Academia
  • Maintainer Maintainers
  • Maintaining the Bluesky MCP Server
  • How We Built the Confluence MCP Server
  • Collaborative Maintainership in Motion (mbot MCP)
  • What It Takes to Maintain Local AI (Goose + Qwen3)
  • Swastik Baranwal Open Source Journey
  • Scaling Security (OpenSSF)

Also fixes inconsistent type casing (blogBlog, podcastPodcast).

Move 2025 content (MCP servers, Goose, Academia, OpenSSF, etc.) to the
top of resources.json so visitors see the newest items first. Also fix
inconsistent type casing (blog→Blog, podcast→Podcast).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 1, 2026 13:54
@abbycabs abbycabs merged commit 96b3602 into main May 1, 2026
6 checks passed
@abbycabs abbycabs deleted the reorder-library-fresh-first branch May 1, 2026 13:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Reorders the main library resource list so the newest 2025 entries appear first, and normalizes resource type casing to keep labels consistent in the UI.

Changes:

  • Moved 8 recently added resources to the top of content/library/resources.json.
  • Standardized type values for affected entries (e.g., blogBlog, podcastPodcast).
Show a summary per file
File Description
content/library/resources.json Reorders resource entries and normalizes type casing for consistent library display.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

"description": "Maintainer stories from researchers and educators building open source in universities and institutions around the world.",
"link": "https://maintainermonth.github.com/academia",
"type": "Interviews",
"topics": "Various Projects"
Copy link

Copilot AI May 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

topics uses "Various Projects" here, but existing entries use "Various projects". Recommend aligning capitalization for consistent display/searchability in the library list.

Suggested change
"topics": "Various Projects"
"topics": "Various projects"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants