feat: add Bildungsurlaub-in-deutschland to llms.txt hub#400
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughAdded a new MDX content file with front matter (metadata) and a brief markdown body describing a website entry. 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: 0
🧹 Nitpick comments (1)
packages/content/data/websites/bildungsurlaub-in-deutschland-llms-txt.mdx (1)
11-13: Use a human‑friendly title; keep content DRY if desired.Consider a readable heading (spaces instead of hyphens). Optional:
-# Bildungsurlaub-in-deutschland +# Bildungsurlaub in Deutschland
📜 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/bildungsurlaub-in-deutschland-llms-txt.mdx(1 hunks)
🧰 Additional context used
🔍 Remote MCP Linear
Additional context for PR #400
-
There are prior Linear issues that show precedent for adding llms.txt entries to the hub:
- THE-1133 — "Add vercel llms.txt" (Done)
- THE-1134 — "Add upsun.com" (Todo)
- THE-1126 — "Add link to the standard documentation for llms.txt" (Done)
-
A search for workspace documents matching "llms" returned no documents (no additional doc-based guidance found).
-
Linear documentation notes that pull request reviews are performed in GitHub (open the PR in GitHub to review code and approve).
⏰ 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 (1)
packages/content/data/websites/bildungsurlaub-in-deutschland-llms-txt.mdx (1)
1-9: Set llmsFullUrl or remove the field; verify category and duplicates.
- llmsFullUrl is empty. If the schema expects it, set it to the same as llmsUrl; otherwise drop the field to avoid empty-string parsing edge cases.
- Please verify that category: 'international' matches allowed values.
- Ensure no duplicate entry exists for https://meinbildungsurlaub.de.
Run this repo‑only check:
If llmsFullUrl is expected, apply:
-llmsFullUrl: '' +llmsFullUrl: 'https://meinbildungsurlaub.de/llms.txt'
This PR adds Bildungsurlaub-in-deutschland to the llms.txt hub.
Submitted by: jens
Website: https://meinbildungsurlaub.de
llms.txt: https://meinbildungsurlaub.de/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