Add Sourcey to the directory#1032
Conversation
|
@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. |
WalkthroughA 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. ChangesWebsite Entry Addition
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsThese 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.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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.
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.
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/.