Skip to content

docs: restore STARTER_KIT breadcrumb to live quick-start and Discord (#57)#241

Open
Fearvox wants to merge 1 commit into
EverMind-AI:mainfrom
Fearvox:docs/starter-kit-breadcrumb-57
Open

docs: restore STARTER_KIT breadcrumb to live quick-start and Discord (#57)#241
Fearvox wants to merge 1 commit into
EverMind-AI:mainfrom
Fearvox:docs/starter-kit-breadcrumb-57

Conversation

@Fearvox
Copy link
Copy Markdown
Collaborator

@Fearvox Fearvox commented Jun 3, 2026

docs: restore STARTER_KIT breadcrumb to live quick-start and Discord (closes #57)

Issue #57
("STARTER_KIT.md 和 issue 入口 Discord 链接失效") reported two broken entry
points:

  1. The Discord invite links were dead.
  2. The STARTER_KIT.md quick-start links were broken.

Both are now resolved in the current tree, and this PR adds the one missing
piece so old docs/STARTER_KIT.md links no longer 404.

Discord link — fixed (and self-validating)

The README Discord badge is a live, dynamic shields.io badge that queries the
Discord invite API directly:

README.md:8 → https://discord.gg/gYep5nQRZJ
badge endpoint → https://discord.com/api/v10/invites/gYep5nQRZJ?with_counts=true

The invite endpoint returns HTTP 200 with a valid invite payload (guild
tag EVER), so the badge both renders the live online count and doubles as a
health check that the invite is alive. No dead Discord link remains.

STARTER_KIT.md — restored as a breadcrumb

docs/STARTER_KIT.md was removed when the project was restructured into
methods/ and benchmarks/ (commit 6324c0c), and its quick-start content
moved into the README's ## Quick Start section. That fixed the broken
in-file links by deletion, but left old docs/STARTER_KIT.md links pointing
at a 404.

This PR restores a small breadcrumb at docs/STARTER_KIT.md that redirects to
the current canonical destinations:

You were looking for Goes to
Quick-start / first run README.md#quick-start
Run EverCore locally methods/EverCore/docs
Join the community (Discord) discord.gg/gYep5nQRZJ
Contributing .github/CONTRIBUTING.md

Verification (no live stack needed)

  • grep -n discord.gg/gYep5nQRZJ README.md → live invite at README.md:8.
  • curl -s -o /dev/null -w "%{http_code}" "https://discord.com/api/v10/invites/gYep5nQRZJ?with_counts=true"200.
  • Every relative link in the breadcrumb was verified to resolve from docs/
    (README.md, methods/EverCore/docs, .github/CONTRIBUTING.md) and the
    README #quick-start anchor exists (grep "^## Quick Start" README.md).

Scope

One file (docs/STARTER_KIT.md, +21 lines). Pure docs — no code, no runtime
behavior change.

Credit

The original starter-kit quick-start work is by @ZhenhangTung in
#86 ("docs: fix
STARTER_KIT.md's quick start"); this breadcrumb preserves the intent of that
PR after the restructure absorbed its content into the README.

Co-authored-by: LeonTung zhenhangtung@gmail.com

🤖 Generated with Claude Code

…57)

Issue #57 reported two broken entry points: the Discord invite links and
the STARTER_KIT.md quick-start links. Both are now resolved.

- The README Discord badge is a live, dynamic shields.io badge that queries
  the Discord invite API (discord.gg/gYep5nQRZJ) directly, so it both renders
  the online count and self-validates the invite is alive.
- STARTER_KIT.md was removed when the project was restructured into methods/
  and benchmarks/ (the quick-start moved into the README). This restores a
  small breadcrumb at docs/STARTER_KIT.md so old links land on the live
  README Quick Start, EverCore docs, Discord, and contributing guide instead
  of a 404.

All relative links in the breadcrumb were verified to resolve and the
README #quick-start anchor exists.

Co-authored-by: LeonTung <zhenhangtung@gmail.com>
Copilot AI review requested due to automatic review settings June 3, 2026 02:41
Copy link
Copy Markdown

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.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

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.

STARTER_KIT.md 和 issue 入口 Discord 链接失效

2 participants