Skip to content

feat: add DC Hub to llms.txt hub#544

Merged
thedaviddias merged 1 commit into
mainfrom
submit-dc-hub-1769942571267
Mar 14, 2026
Merged

feat: add DC Hub to llms.txt hub#544
thedaviddias merged 1 commit into
mainfrom
submit-dc-hub-1769942571267

Conversation

@thedaviddias

@thedaviddias thedaviddias commented Feb 1, 2026

Copy link
Copy Markdown
Owner

This PR adds DC Hub to the llms.txt hub.

Submitted by: jonathan

Website: https://www.dchub.cloud
llms.txt: https://www.dchub.cloud/llms.txt
llms-full.txt: https://www.dchub.cloud/llms-full.txt
Category: data-analytics


This PR was created via admin token for a user without GitHub repository access.

Please review and merge if appropriate.

Summary by CodeRabbit

  • Documentation
    • Added a new DC Hub resource page with description and reference links.

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

@vercel

vercel Bot commented Feb 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
llms-txt-hub Ready Ready Preview, Comment Feb 1, 2026 10:46am

@coderabbitai

coderabbitai Bot commented Feb 1, 2026

Copy link
Copy Markdown

Walkthrough

A new MDX content file for the DC Hub website has been added to the websites data directory with metadata fields and a description.

Changes

Cohort / File(s) Summary
Website Content
packages/content/data/websites/dc-hub-llms-txt.mdx
New MDX page with YAML front matter (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt) and DC Hub description content

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • #397 — Adds new .mdx dataset files under packages/content/data/websites with identical front-matter schema for website entries
  • #283 — Adds new llms-txt MDX data files in the content websites folder with equivalent metadata structure
  • #387 — Adds new MDX website entry files under packages/content/data/websites following the same llms-txt hub schema
🚥 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 clearly describes the main change: adding DC Hub to the llms.txt hub. It is concise, specific, and directly matches the changeset content.
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 submit-dc-hub-1769942571267

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.

llmsUrl: 'https://www.dchub.cloud/llms.txt'
llmsFullUrl: 'https://www.dchub.cloud/llms-full.txt'
category: 'data-analytics'
publishedAt: '2026-02-01'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The publishedAt field for the new DC Hub entry is set to a future date (2026-02-01), which will cause it to be incorrectly pinned to the top of date-sorted lists.
Severity: MEDIUM

Suggested Fix

Change the publishedAt date in dc-hub-llms-txt.mdx from '2026-02-01' to a date in the past, likely the actual publication date. Based on the commit timestamp, '2025-02-01' would be a reasonable value. Consider adding validation to the content schema to prevent future dates in the publishedAt field.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: packages/content/data/websites/dc-hub-llms-txt.mdx#L8

Potential issue: The new DC Hub website entry in `dc-hub-llms-txt.mdx` has its
`publishedAt` field set to `'2026-02-01'`, a date in the future. Since content like the
"Recently Added" section is sorted by `publishedAt` in descending order, this entry will
be incorrectly displayed as the most recent item until February 2026. This gives it
undeserved prominence over genuinely newer entries and misrepresents its publication
date. The schema for this field does not validate against future dates, allowing this
issue to affect production display logic.

Did we get this right? 👍 / 👎 to inform future reviews.

@thedaviddias thedaviddias added the broken-site DNS failed, 404, or unreachable label Feb 4, 2026
@thedaviddias thedaviddias added needs:manual-review Manual review required before merging. automerge:candidate Eligible for auto-merge after required checks pass. and removed needs:manual-review Manual review required before merging. labels Mar 14, 2026
@thedaviddias thedaviddias enabled auto-merge (squash) March 14, 2026 21:27
@thedaviddias thedaviddias merged commit e094a00 into main Mar 14, 2026
4 of 5 checks passed
@thedaviddias thedaviddias deleted the submit-dc-hub-1769942571267 branch March 14, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge:candidate Eligible for auto-merge after required checks pass. broken-site DNS failed, 404, or unreachable

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant