Add public Fumadocs documentation site - #102
Merged
Merged
Conversation
Add a standalone, public, indexable Fumadocs app under docs/ that advertises how to install and configure Data Hub. Includes the install-focused landing page, ported user guides, Orama search, markdown-for-agents endpoints (llms.txt, llms-full.txt, per-page .md), and an Ask AI chat backed by the Vercel AI Gateway. Also update references after the docs/ -> developer-docs/ rename (README, AGENTS, Makefile, .gitignore, and code comments) and add docs-* Makefile targets. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/that advertises how to install and configure Data Hub, deployable as its own Vercel project (root directorydocs/)./llms.txt,/llms-full.txt, per-page.md+Acceptcontent negotiation), built-in Orama search, and an "Ask AI" chat backed by the Vercel AI Gateway.noindexproduct app inweb/, this site is public: it ships a sitemap, a permissiverobots.txt, and SEO/OpenGraph metadata.docs/->developer-docs/rename (README, AGENTS, Makefile, .gitignore, code comments) and adddocs-dev/docs-build/docs-lintMakefile targets.Notes
package.json/lockfile) and intentionally not wired intomake check-all, since it may later be split into its own repository.AI_GATEWAY_API_KEYis set (or Vercel OIDC is available).Test plan
cd docs && npm install && npm run buildsucceeds.cd docs && npm run lintis clean./llms.txt,/llms-full.txt,/sitemap.xml, and/robots.txtrender.docs/) and setNEXT_PUBLIC_SITE_URL.make check-allstill passes for the rest of the repo.Made with Cursor