feat: add Plombier sur Lyon to llms.txt hub#390
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughAdds a new MDX content entry for a website profile under packages/content/data/websites. The file defines front matter (name, description, website, llmsUrl, empty llmsFullUrl, category, publishedAt) and a simple body with an H1 title and paragraph. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes ✨ Finishing Touches🧪 Generate unit tests
Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
packages/content/data/websites/plombier-sur-lyon-llms-txt.mdx (2)
6-6: Remove empty llmsFullUrl to avoid ambiguous “empty string” values.If unused, omit the field rather than setting it to ''. Safer for serializers and schema validators that differentiate null/absent vs empty.
-llmsFullUrl: ''
3-3: French phrasing nit: prefer “dans les plus brefs délais”.“au plus rapide” reads awkward in FR; this small tweak improves fluency and professionalism.
-description: 'Vous avez une urgence ? Besoin d''un dépannage ? Votre plombier sur Lyon disponible pour devis gratuit avec intervention au plus rapide après votre appel.' +description: 'Vous avez une urgence ? Besoin d''un dépannage ? Votre plombier sur Lyon disponible pour devis gratuit avec intervention dans les plus brefs délais après votre appel.' @@ -Vous avez une urgence ? Besoin d'un dépannage ? Votre plombier sur Lyon disponible pour devis gratuit avec intervention au plus rapide après votre appel. +Vous avez une urgence ? Besoin d'un dépannage ? Votre plombier sur Lyon disponible pour devis gratuit avec intervention dans les plus brefs délais après votre appel.Also applies to: 13-13
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
packages/content/data/websites/plombier-sur-lyon-llms-txt.mdx(1 hunks)
⏰ 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: E2E Tests
🔇 Additional comments (3)
packages/content/data/websites/plombier-sur-lyon-llms-txt.mdx (3)
4-5: Links verified: homepage and llms.txt resolve correctly.The website and llms.txt endpoint are reachable and return expected content. Looks good. (chapuisplomberie.fr)
2-2: LGTM: title matches name.Header mirrors the front matter name; consistent with other entries.
Also applies to: 11-11
7-8: Category ‘other’ allowed & publishedAt format confirmed
‘other’ appears in the repo’s category list and allpublishedAtentries use theYYYY-MM-DDformat.
This PR adds Plombier sur Lyon to the llms.txt hub.
Submitted by: eliaschapuis69
Website: https://chapuisplomberie.fr/
llms.txt: https://chapuisplomberie.fr/llms.txt
Category: other
This PR was created via admin token for a user without GitHub repository access.
Please review and merge if appropriate.
Summary by CodeRabbit