Skip to content

Add Sourcey to the directory#1032

Open
auscaster wants to merge 1 commit into
thedaviddias:mainfrom
auscaster:add-sourcey
Open

Add Sourcey to the directory#1032
auscaster wants to merge 1 commit into
thedaviddias:mainfrom
auscaster:add-sourcey

Conversation

@auscaster
Copy link
Copy Markdown

@auscaster auscaster commented May 15, 2026

Sourcey is an open-source documentation generator. Homepage: https://sourcey.com.

It produces a single static HTML site from OpenAPI, MCP server manifests, Doxygen XML, godoc, and Markdown sources. Every Sourcey-built site ships llms.txt and llms-full.txt as first-class build artefacts alongside the HTML output, so the same source produces docs for both humans and AI agents in one build.

Submitted per the Manual Pull Request flow in CONTRIBUTING.md, with the .mdx file under packages/content/data/websites/.

Copilot AI review requested due to automatic review settings May 15, 2026 03:38
@auscaster auscaster requested a review from thedaviddias as a code owner May 15, 2026 03:38
@vercel
Copy link
Copy Markdown

vercel Bot commented May 15, 2026

@auscaster is attempting to deploy a commit to the David Dias Digital's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added the area:content Touches content website entries or generated website data. label May 15, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 15, 2026

Walkthrough

A new Sourcey website entry MDX file is added to the content hub with frontmatter metadata (name, description, category, llms.txt/llms-full.txt URLs, publishedAt) and a markdown description of its documentation and llms.txt generation capabilities.

Changes

Website Entry Addition

Layer / File(s) Summary
Sourcey website entry with metadata and description
packages/content/data/websites/sourcey-llms-txt.mdx
New MDX file introducing the Sourcey website entry with YAML frontmatter containing metadata fields (name, description, category, llmsUrl, llmsFullUrl, publishedAt) and markdown content describing Sourcey's ability to generate llms.txt and llms-full.txt files alongside static HTML documentation.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • thedaviddias/llms-txt-hub#803: Adds a new website MDX entry (Sonicker) to the same content hub structure with similar frontmatter and descriptive content.
  • thedaviddias/llms-txt-hub#601: Adds multiple new website entries via MDX files under the same packages/content/data/websites/*-llms-txt.mdx directory pattern.
  • thedaviddias/llms-txt-hub#890: Adds a new MDX website entry file to the same llms.txt hub with similar frontmatter structure and fields.

Suggested labels

area:content, automerge:candidate, lane:mdx-fast, risk:low

Suggested reviewers

  • thedaviddias
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR description provides comprehensive information about Sourcey but doesn't follow the required template structure with a concise summary section. Revise description to begin with a brief one-to-two sentence summary as specified in the template, then provide additional details. Ensure the template structure is followed.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: adding Sourcey to the directory, which matches the PR's primary objective of introducing a new website entry.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

These MCP integrations need to be re-authenticated in the Integrations settings: Linear

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new directory entry for "Sourcey", an open-source multi-source documentation generator that emits llms.txt and llms-full.txt natively.

Changes:

  • New MDX file with frontmatter (name, description, website, llmsUrl, llmsFullUrl, category, publishedAt) and a short body description.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:content Touches content website entries or generated website data.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants