Skip to content

chore: llms.txt refresh#880

Merged
nikbhintade merged 1 commit into
mainfrom
claude/epic-lederberg-394b06
Apr 23, 2026
Merged

chore: llms.txt refresh#880
nikbhintade merged 1 commit into
mainfrom
claude/epic-lederberg-394b06

Conversation

@Jordy-Baby
Copy link
Copy Markdown
Collaborator

@Jordy-Baby Jordy-Baby commented Apr 23, 2026

Summary

  • Tighten the llms.txt top-of-file summary (H1 blockquote) to cover HyperIndex, HyperSync, HyperRPC, and the benchmark reference.
  • Append an ## Optional section with social, community, and AI-tool links (MCP, Quickstart with AI, etc.).
  • Minor copy fix: replace one em dash in the HyperRPC line.
  • Add .github/CODEOWNERS for llms-related paths.

Test plan

  • Build docs locally (yarn build) and verify build/llms.txt contains the new blockquote at the top and the new ## Optional section at the bottom.
  • Smoke test all .md URLs referenced in the new Optional section return 200 markdown (already validated manually).
  • Verify post-deploy curl https://docs.envio.dev/llms.txt serves the updated content.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated product positioning with combined HyperIndex, HyperSync, and HyperRPC descriptions and benchmark information
    • Added links to product resources, repository, AI/MCP tools, and community channels

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Jordy-Baby Jordy-Baby requested a review from nikbhintade April 23, 2026 10:35
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
envio-docs Ready Ready Preview, Comment Apr 23, 2026 10:37am

Request Review

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 23, 2026

📝 Walkthrough

Walkthrough

A CODEOWNERS configuration file is introduced to assign code ownership for automatic reviewer requests, and the docusaurus.config.js plugin-generate-llms content is updated to reference HyperIndex, HyperSync, and HyperRPC alongside an expanded Optional links section.

Changes

Cohort / File(s) Summary
GitHub Configuration
.github/CODEOWNERS
New CODEOWNERS file establishing code ownership assignments for docusaurus.config.js and plugins/plugin-generate-llms.js to designated maintainers.
Plugin Content Updates
docusaurus.config.js
Updated plugin-generate-llms root text: replaced Envio.dev framework description with positioning referencing HyperIndex, HyperSync, HyperRPC, and benchmarking; added new ## Optional section with product, repository, AI/MCP, and community/social resource links.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • nikbhintade

Poem

🐰 Hop, hop! With CODEOWNERS set clear,
And HyperIndex shining bright near,
HyperRPC and HyperSync align,
Optional links in rows that shine,
This config change makes docs divine!

🚥 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 'chore: llms.txt refresh' is directly related to the main change: updating the llms.txt configuration file with new product positioning, an Optional section, and CODEOWNERS setup.
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 docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/epic-lederberg-394b06

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

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

Copy link
Copy Markdown
Contributor

@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: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In @.github/CODEOWNERS:
- Around line 5-6: The CODEOWNERS entry uses inconsistent casing for the PR
author handle: update the owner line that references
"plugins/plugin-generate-llms.js" to use the canonical GitHub handle casing
"Jordy-Baby" instead of "Jordy-baby" (leave `@nikbhintade` as-is); edit the owners
list so the entry reads with the corrected handle to keep casing consistent
across CODEOWNERS while verifying permissions separately in GitHub settings.

In `@docusaurus.config.js`:
- Around line 421-424: The blockquote in the docusaurus.config.js root literal
contains a specific benchmark line ("Benchmark: Envio 1 min vs The Graph 143 min
(Uniswap V2 Factory, Sentio, May 2025)") that must be verified and sourced;
confirm the numeric values and attribution against the cited docs
(migrate-from-alchemy.md and benchmarks.md) and either adjust the wording to
match those sources or add a direct source link to the benchmark (e.g., the
post/page used in benchmarks.md). Update the root template literal paragraph so
the benchmark phrasing and attribution are consistent with the referenced files
and include a URL or citation instead of an unsourced parenthetical claim.
- Around line 558-559: Summary: Consolidate the Discord invite URLs to a single
canonical link. Fix: Locate the Discord link entry (the "Discord" link text in
the footer/links configuration, e.g., the entry that currently uses
"https://discord.gg/envio") and replace it with the canonical invite used
elsewhere ("https://discord.gg/Q9qt8gZ2fX"); also search the repository for any
other occurrences of "https://discord.gg/envio" and update them to
"https://discord.gg/Q9qt8gZ2fX" so all references (footer.links /
themeConfig.footer Discord entry) are consistent.
🪄 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: 5f04cc78-6425-4303-8c99-19495d74c6ae

📥 Commits

Reviewing files that changed from the base of the PR and between c5d77a2 and bd47ed3.

📒 Files selected for processing (2)
  • .github/CODEOWNERS
  • docusaurus.config.js

Comment thread .github/CODEOWNERS
Comment thread docusaurus.config.js
Comment thread docusaurus.config.js
@nikbhintade nikbhintade merged commit 926d40a into main Apr 23, 2026
3 checks passed
@nikbhintade nikbhintade deleted the claude/epic-lederberg-394b06 branch April 23, 2026 11:11
nikbhintade pushed a commit that referenced this pull request Apr 24, 2026
* chore: address CodeRabbit review

- Correct CODEOWNERS handle casing to @Jordy-Baby.
- Link benchmark citation to benchmarks.md for source provenance.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* chore: fix MCP URL parsing issue in llms.txt

Restructure the MCP endpoint line to avoid URL-terminal period
(parses as part of URL, causing 404 when agents follow the link).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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