- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 346
 
feat: add Quodat to llms.txt hub #430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| 
           The latest updates on your projects. Learn more about Vercel for GitHub. 
  | 
    
| 
           You have run out of free Bugbot PR reviews for this billing cycle. This will reset on November 19. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.  | 
    
          
WalkthroughA new MDX content file was added for the Quodat website containing metadata in YAML front matter and static descriptive content. No functional logic or code changes were introduced. Changes
 Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 
 Pre-merge checks and finishing touches❌ Failed checks (1 warning)
 ✅ Passed checks (2 passed)
 ✨ Finishing touches🧪 Generate unit tests (beta)
 Comment   | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/content/data/websites/quodat-llms-txt.mdx (1)
3-3: Consider correcting French grammar in description.The description text contains minor French grammar inconsistencies flagged by static analysis:
- "animes" → typically "animés" in French
 - "vidéos" → standard form is "vidéo" (in "jeux vidéo")
 However, if this description is sourced directly from the Quodat website, you may want to preserve it as-is for authenticity. If editing is appropriate, these corrections would improve consistency.
If you decide to correct the French grammar, apply this diff:
-description: 'Toutes les prochaines sorties culturelles et évènementielles sur un seul site : mangas, animes, films, séries, concerts et jeux vidéos.' +description: 'Toutes les prochaines sorties culturelles et évènementielles sur un seul site : mangas, animés, films, séries, concerts et jeux vidéo.'And update line 13 accordingly:
-Toutes les prochaines sorties culturelles et évènementielles sur un seul site : mangas, animes, films, séries, concerts et jeux vidéos. +Toutes les prochaines sorties culturelles et évènementielles sur un seul site : mangas, animés, films, séries, concerts et jeux vidéo.Also applies to: 13-13
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Knowledge base: Disabled due to Reviews -> Disable Knowledge Base setting
📒 Files selected for processing (1)
packages/content/data/websites/quodat-llms-txt.mdx(1 hunks)
🧰 Additional context used
🪛 LanguageTool
packages/content/data/websites/quodat-llms-txt.mdx
[grammar] ~1-~1: Il y a peut-être une erreur ici
Context: --- name: 'Quodat' description: 'Toutes les prochaines sorties culturelles et évènementielles sur un seul site : mangas, animes, films, séries, concerts et jeux vidéos.' website: 'https://quodat.com' llmsUrl: 'https://quodat.com/llms.txt' llmsFullUrl: 'https://quodat.com/llms-full.txt' category: 'content-media' publishedAt: '2025-10-28' ---  # Quodat  Toutes les prochaines sorties cu...
(QB_NEW_FR)
[grammar] ~11-~11: Il y a peut-être une erreur ici
Context: ... publishedAt: '2025-10-28' ---  # Quodat  Toutes les prochaines sorties culturelle...
(QB_NEW_FR)
[grammar] ~13-~13: Essayez «  animés  »
Context: ...nementielles sur un seul site : mangas, animes, films, séries, concerts et jeux vidéos...
(QB_NEW_FR_OTHER_ERROR_IDS_REPLACEMENT_NOUN_FORM_ANIMES_ANIMÉS)
[grammar] ~13-~13: Essayez «  vidéo  »
Context: ...animes, films, séries, concerts et jeux vidéos.
(QB_NEW_FR_OTHER_ERROR_IDS_REPLACEMENT_NOUN_FORM_VIDÉOS_VIDÉO)
[grammar] ~13-~13: Il y a peut-être une erreur ici
Context: ... films, séries, concerts et jeux vidéos.
(QB_NEW_FR)
🔍 Remote MCP Linear
Based on my search through available tools, here's the relevant context for reviewing this PR:
Review Context Summary
Project Information The PR is part of the llms.txt hub project (led by David Dias), which is currently marked as "In Progress" and was started on 2025-02-23.
Related Work Pattern The project has established patterns for similar submissions. Recent completed issues show similar website additions (e.g., THE-1133: "Add vercel llms.txt", THE-1134: "Add upsun.com"), indicating this is a recurring workflow for expanding the hub's coverage.
Submission Details
The PR adds:
- Website: https://quodat.com
 - llms.txt URL: https://quodat.com/llms.txt
 - llms-full.txt URL: https://quodat.com/llms-full.txt
 - Category: content-media
 - Metadata: Includes name, description, published date in MDX front matter
 
Key Review Points
- Static content addition only - No code logic or public API changes
 - Admin-submitted - PR was created via admin token for user without direct repository access
 - Category classification - Uses "content-media" category, consistent with project's content organization
 - File structure - Follows established MDX pattern used for other website entries in the hub
 
⏰ 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: Validate
 
🔇 Additional comments (2)
packages/content/data/websites/quodat-llms-txt.mdx (2)
1-13: File structure and metadata look appropriate.The MDX file follows the project's established pattern for website entries with proper YAML front matter, consistent category classification, and a current publication date. Once URL accessibility is confirmed, this should be ready for merge.
1-9: No issues found—URLs are accessible and front matter is valid.Both llms.txt endpoints return HTTP 200 status and are live. The YAML front matter contains all required fields with correct formatting. The file is ready to merge.
This PR adds Quodat to the llms.txt hub.
Submitted by: contact
Website: https://quodat.com
llms.txt: https://quodat.com/llms.txt
llms-full.txt: https://quodat.com/llms-full.txt
Category: content-media
This PR was created via admin token for a user without GitHub repository access.
Please review and merge if appropriate.
Summary by CodeRabbit