From 72a8b2978ef9a0955d01539e005fa618c16fcc95 Mon Sep 17 00:00:00 2001 From: 0xVox Date: Tue, 2 Jun 2026 17:16:17 -0700 Subject: [PATCH] docs: restore STARTER_KIT breadcrumb to live quick-start and Discord (#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 --- docs/STARTER_KIT.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/STARTER_KIT.md diff --git a/docs/STARTER_KIT.md b/docs/STARTER_KIT.md new file mode 100644 index 00000000..ea3b44db --- /dev/null +++ b/docs/STARTER_KIT.md @@ -0,0 +1,21 @@ +# Starter Kit (moved) + +The standalone starter kit was folded into the main README during the project +restructure. The quick-start steps it used to carry now live in one place, and +the community links that issue [#57](https://github.com/EverMind-AI/EverOS/issues/57) +reported as broken are current. + +## Where things went + +| You were looking for | Go here | +| :--- | :--- | +| Quick-start / first run | [README → Quick Start](../README.md#quick-start) | +| Run EverCore locally | [methods/EverCore/docs](../methods/EverCore/docs) | +| Join the community (Discord) | [discord.gg/gYep5nQRZJ](https://discord.gg/gYep5nQRZJ) | +| Contributing | [.github/CONTRIBUTING.md](../.github/CONTRIBUTING.md) | + +The Discord badge at the top of the [README](../README.md) is a live, dynamic +badge that queries the Discord invite API directly, so it doubles as a health +check for the invite link. + +This page is kept only as a breadcrumb for old `docs/STARTER_KIT.md` links.