feat: add Plataforma DocCF to llms.txt hub#403
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughAdded a new MDX content entry for Plataforma DocCF with front matter (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt) and a brief body repeating the title and description. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 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/plataforma-doccf-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: Validate
| description: 'Descubre DocCF, una Plataforma para gestión de Centros Educativos (Colegios, Jardines Infantiles y Academias) innovadora, flexible y con Licencia vitalicia.' | ||
| website: 'https://www.grupocfdeveloper.com' | ||
| llmsUrl: 'https://www.grupocfdeveloper.com/llms.txt' | ||
| llmsFullUrl: '' |
There was a problem hiding this comment.
Fill llmsFullUrl with the canonical endpoint.
This field is consumed as the fully qualified fetch URL; leaving it blank will yield a broken link for this entry. Mirror the absolute llms.txt URL here like the other records in the hub.
-llmsFullUrl: ''
+llmsFullUrl: 'https://www.grupocfdeveloper.com/llms.txt'📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| llmsFullUrl: '' | |
| llmsFullUrl: 'https://www.grupocfdeveloper.com/llms.txt' |
🤖 Prompt for AI Agents
In packages/content/data/websites/plataforma-doccf-llms-txt.mdx around line 6,
the llmsFullUrl field is empty causing downstream fetches to break; replace the
empty string with the canonical absolute URL for this entry (the full
https://.../llms.txt path) matching the pattern used by other records so the hub
can fetch the resource correctly.
This PR adds Plataforma DocCF to the llms.txt hub.
Submitted by: carlosfve
Website: https://www.grupocfdeveloper.com
llms.txt: https://www.grupocfdeveloper.com/llms.txt
Category: international
This PR was created via admin token for a user without GitHub repository access.
Please review and merge if appropriate.
Summary by CodeRabbit