Skip to content

docs: patch infra related pages and links to deprecate non-monorepo arch#68

Open
Quantumlyy wants to merge 4 commits intoethereumfollowprotocol:mainfrom
Quantumlyy:patch/silo-arch
Open

docs: patch infra related pages and links to deprecate non-monorepo arch#68
Quantumlyy wants to merge 4 commits intoethereumfollowprotocol:mainfrom
Quantumlyy:patch/silo-arch

Conversation

@Quantumlyy
Copy link
Copy Markdown

@Quantumlyy Quantumlyy commented Apr 29, 2026

Summary by CodeRabbit

  • Navigation Updates

    • Removed the Forum link from the sidebar navigation.
  • Documentation

    • Updated API documentation links to the current reference site.
    • Revised infrastructure guidance to reflect the consolidated deployment approach.
    • Added a deprecation notice to the legacy deployment template with migration guidance.

update the `EFP Infrastructure` page to reflect the new `api-v2` monorepo, which consolidates the HTTP API, chain indexers, and background workers.

*   mark previous standalone `api`, `indexer`, and `services` repositories as archived
*   deprecate the EFP-Silo Railway template, redirecting users to `RAILWAY.md` within the `api-v2` monorepo for current deployment guidance
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 97a7a55a-ed89-41f4-ab6f-49f14b8d3d12

📥 Commits

Reviewing files that changed from the base of the PR and between 9c47fe4 and 0950c73.

📒 Files selected for processing (1)
  • src/content/docs/production/infra.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • src/content/docs/production/infra.mdx

📝 Walkthrough

Walkthrough

Removed a sidebar Forum link, redirected multiple documentation API references to ethidentitykit.com, and updated infra docs to reference the consolidated api-v2 monorepo with a deprecation notice for legacy silo templates.

Changes

Cohort / File(s) Summary
Navigation Configuration
astro.config.ts
Removed the Forum sidebar entry (label: 'Forum', link: 'https://forum.ethfollow.xyz/').
API Documentation Links
public/llms-full.txt, public/llms.txt, src/content/docs/faq.mdx
Replaced prior API/docs hosts with ethidentitykit.com in LLM context and FAQ integration links.
Infrastructure Documentation
src/content/docs/production/infra.mdx, src/content/docs/production/silo.mdx
Rewrote infra guidance to reference the api-v2 monorepo, adjusted indexer/database/workers wording, replaced legacy services/pgbouncer guidance, and added a deprecation notice for the silo template.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • automation #55: Touches the same astro.config.ts sidebar configuration (adds a "List Records Namespace" entry) and is directly related to sidebar navigation edits.

Poem

🐰 Legacy links head for rest,
api-v2 now leads the quest,
Docs point to EthIdentity bright,
The Forum link hopped out of sight,
A tidy trail for devs tonight!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main changes: updating documentation pages and links to deprecate the non-monorepo architecture in favor of the api-v2 monorepo.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
public/llms-full.txt (1)

1904-1907: Optional: Deduplicate the “Commonly used endpoints” block to prevent future drift.

Lines 1904-1907 repeat the “Commonly used endpoints” list (also updated). This duplication increases the chance that a future link migration updates one block but not the other.

Consider extracting the endpoint list to a shared snippet/source (whatever your doc build system supports) so there’s a single place to maintain these links.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/llms-full.txt` around lines 1904 - 1907, The “Commonly used endpoints”
list is duplicated (the block containing "User Stats", "User Following", "User
Followers", "User ENS data"), which risks future drift; consolidate by
extracting that list into a single shared include/snippet or central source used
by both places in the docs and replace both inline copies with an include
reference (or import) so "User Stats", "User Following", "User Followers", and
"User ENS data" are maintained in one location.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@src/content/docs/production/infra.mdx`:
- Line 52: Update the sentence to use proper product casing and a descriptive
link label: change "cloudflare" to "Cloudflare" and replace the generic link
text "[here]" with a descriptive anchor like "Cloudflare Workers deployment
guide" (keeping the same URL
https://github.com/v3xlabs/enstate?tab=readme-ov-file#-cloudflare-workers) so
the sentence reads clearly and is more accessible.

---

Nitpick comments:
In `@public/llms-full.txt`:
- Around line 1904-1907: The “Commonly used endpoints” list is duplicated (the
block containing "User Stats", "User Following", "User Followers", "User ENS
data"), which risks future drift; consolidate by extracting that list into a
single shared include/snippet or central source used by both places in the docs
and replace both inline copies with an include reference (or import) so "User
Stats", "User Following", "User Followers", and "User ENS data" are maintained
in one location.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4cbcc50b-0a7c-4277-a4cb-faa6a1bca016

📥 Commits

Reviewing files that changed from the base of the PR and between 4dc2281 and 9c47fe4.

⛔ Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
📒 Files selected for processing (6)
  • astro.config.ts
  • public/llms-full.txt
  • public/llms.txt
  • src/content/docs/faq.mdx
  • src/content/docs/production/infra.mdx
  • src/content/docs/production/silo.mdx
💤 Files with no reviewable changes (1)
  • astro.config.ts

Comment thread src/content/docs/production/infra.mdx Outdated
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.

1 participant