Summary
The Links section on a repository detail page (e.g. /miners/repository?name=DPBG%2FEngram.AI, below the PR Activity chart) is built entirely by live-scanning the target repo's own README.md and GitHub homepage metadata (RepositorySocialLinks.tsx). For DPBG/Engram.AI, that scan doesn't surface a Discord link, so no Discord button appears even though the project has an active Discord.
Add a small, per-repo fallback list of links that fills in a link kind (e.g. discord) only when the live README/homepage scan doesn't already find one — with DPBG/Engram.AI pinned to https://discord.com/channels/1504942454258798684/1523702741782888579.
Motivation
Contributors and users landing on a project's repository page currently have no way to reach that project's Discord unless the maintainer happens to have linked it in a format the auto-parser recognizes. A lightweight fallback lets a specific repo's Discord (or other social link) be pinned without waiting on a README edit, while still preferring the maintainer's own README/homepage link whenever the scan finds one.
Note: the URL above is a direct channel deep-link (discord.com/channels/<guild>/<channel>), not a public invite. Visitors who aren't already members of that server will hit an access-denied screen. A public invite link (https://discord.gg/XXXXXXX) should be substituted once available.
Summary
The Links section on a repository detail page (e.g.
/miners/repository?name=DPBG%2FEngram.AI, below the PR Activity chart) is built entirely by live-scanning the target repo's ownREADME.mdand GitHubhomepagemetadata (RepositorySocialLinks.tsx). ForDPBG/Engram.AI, that scan doesn't surface a Discord link, so no Discord button appears even though the project has an active Discord.Add a small, per-repo fallback list of links that fills in a link kind (e.g.
discord) only when the live README/homepage scan doesn't already find one — withDPBG/Engram.AIpinned tohttps://discord.com/channels/1504942454258798684/1523702741782888579.Motivation
Contributors and users landing on a project's repository page currently have no way to reach that project's Discord unless the maintainer happens to have linked it in a format the auto-parser recognizes. A lightweight fallback lets a specific repo's Discord (or other social link) be pinned without waiting on a README edit, while still preferring the maintainer's own README/homepage link whenever the scan finds one.
Note: the URL above is a direct channel deep-link (
discord.com/channels/<guild>/<channel>), not a public invite. Visitors who aren't already members of that server will hit an access-denied screen. A public invite link (https://discord.gg/XXXXXXX) should be substituted once available.