Skip to content

Docs: fix llms.txt link casing#199

Merged
Nek-12 merged 1 commit intomasterfrom
fix/docs-llms-link-case
Jan 10, 2026
Merged

Docs: fix llms.txt link casing#199
Nek-12 merged 1 commit intomasterfrom
fix/docs-llms-link-case

Conversation

@Nek-12
Copy link
Member

@Nek-12 Nek-12 commented Jan 10, 2026

Fixes AI Agents docs to reference the published lowercase LLM index files (llms.txt, llms-full.txt).

GitHub Pages is case-sensitive:

  • https://opensource.respawn.pro/FlowMVI/LLMs.txt → 404
  • https://opensource.respawn.pro/FlowMVI/llms.txt → 200

Doc build check: npm -C docs run build generates docs/build/llms.txt and docs/build/llms-full.txt.

Summary by CodeRabbit

  • Documentation

    • Updated file references and curl commands in AI agents documentation to reflect standardized lowercase filename conventions.
  • Style

    • Standardized naming conventions across documentation examples.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 10, 2026

📝 Walkthrough

Walkthrough

Documentation file updated to rename LLM index filenames from uppercase to lowercase convention (LLMs.txt → llms.txt and LLMs-full.txt → llms-full.txt), with corresponding curl command references adjusted accordingly.

Changes

Cohort / File(s) Summary
Documentation naming updates
docs/docs/integrations/ai-agents.md
Renamed LLM index filenames from uppercase to lowercase (LLMs.txt → llms.txt, LLMs-full.txt → llms-full.txt) and updated 3 curl command references to match the new filenames

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~5 minutes

Poem

🐰 A hop through the lowercase
Files renamed, now lowercase they rest,
From LLMs to llms, a style so blessed,
Consistency whispers through docs so fine,
This rabbit approves—documentation divine! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 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 change: fixing the casing of llms.txt file references in documentation from uppercase to lowercase.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/docs-llms-link-case

📜 Recent review details

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between bd24903 and 7cb87bb.

📒 Files selected for processing (1)
  • docs/docs/integrations/ai-agents.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: build
🔇 Additional comments (1)
docs/docs/integrations/ai-agents.md (1)

10-10: LGTM!

The documentation has been correctly updated to reference the lowercase filenames (llms.txt and llms-full.txt) that are actually generated and published. This aligns with the PR objective of fixing GitHub Pages' case-sensitivity issue where uppercase references return 404s. The curl commands are now consistent with the actual file naming convention.

Also applies to: 13-14


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.

@gemini-code-assist
Copy link

Summary of Changes

Hello @Nek-12, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request resolves an issue where links to the LLM index files (llms.txt and llms-full.txt) in the AI Agents documentation were failing on GitHub Pages due to incorrect casing. By updating the references to use lowercase filenames, the documentation now correctly points to the published files, improving the reliability and accessibility of the LLM-friendly documentation.

Highlights

  • Documentation Link Casing Fix: Corrected the casing of LLMs.txt and LLMs-full.txt references to llms.txt and llms-full.txt within the AI Agents documentation.
  • GitHub Pages Compatibility: Ensured that the documentation links for LLM index files are correctly resolved on case-sensitive platforms like GitHub Pages, preventing 404 errors.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request correctly fixes broken links in the AI Agents documentation. The change updates the casing of LLMs.txt and LLMs-full.txt to lowercase, which is necessary because the file system for the documentation host is case-sensitive. The fix is accurate and resolves the 404 errors, improving the usability of the documentation for AI agents.

@Nek-12 Nek-12 merged commit f9f3eb5 into master Jan 10, 2026
3 of 4 checks passed
@Nek-12 Nek-12 deleted the fix/docs-llms-link-case branch January 10, 2026 11:52
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