feat(docs): add documentation site - #90
Merged
Merged
Conversation
Next.js + Fumadocs site in docs/, deployed to maps.lodev09.com. Move component docs to docs/content/docs as MDX, add landing page, installation and usage guides, search, sitemap, robots, OG images, and structured data. Point README to the site.
Themed SVG city map with animated route blends into the landing section background. Fix duplicated site name in home page title.
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
Adds a documentation site in
docs/built with Next.js 16 and Fumadocs, to be deployed on Vercel at https://maps.lodev09.com.docs/*.mdtodocs/content/docs/**/*.mdxwith frontmatter; new Introduction, Installation, and Usage pagesdocsadded as a yarn workspace withyarn docs dev; root lint, typecheck, jest, and prettier exclude itVercel: set the project Root Directory to
docs.Type of Change
Test Plan
yarn docs dev: all routes, search API, sitemap, robots, and OG image routes return 200yarn docs typecheck, rootyarn typecheck, and rootyarn lintpassScreenshots / Videos
N/A
Checklist