Skip to content

feat: use fumadocs for website #1654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

feat: use fumadocs for website #1654

wants to merge 9 commits into from

Conversation

nperez0111
Copy link
Contributor

@nperez0111 nperez0111 commented May 2, 2025

This PR implements a new docs site, based on fumadocs.

I purposefully did not just update the existing docs site, so that we can compare the changes, and remove any cruft that may be left over.

So far, I've done the following:

  • Implemented the docs and examples content pages (with slight modifications to the content since titles are now generated from the frontmatter of the mdx files)
  • Moved over the pricing page (a one-off page that was in React)
  • Moved over the thank you page (an mdx page)
  • Moved over the sign in/sign up pages and functionality and put the sign in button in the header
  • Added an llms.txt and llms-full.txt file which are automatically generated from the docs content (useful for LLMs to understand out APIs)

What's left:

image

Copy link

vercel bot commented May 2, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
blocknote ✅ Ready (Inspect) Visit Preview Jun 27, 2025 4:39pm
blocknote-website ❌ Failed (Inspect) Jun 27, 2025 4:39pm

* Added home and about pages

* docs: Examples, footer, and remaining pages (#1784)

* Added examples card grid and fixed demo styling

* Added footer + remaining pages, cleaned up files

* Removed unused Logo component

* - Fixed home page contributors GH/Discord icons
- Fixed CSS file imports
- Removed codeblock/tabs from generated example MDX files (now handled by the `Example` component)
- Fixed component imports in MDX
- Refactored `Example` component
- Various styling fixes
- Added `meta.json` generation

* Fixed pro examples + minor changes/fixes

* Small fix

* Small fix

* Removed `console.log`

* Added missing examples pages to meta

* Small fix

* Fixed build

* Updated package lock

* Updated lockfile

* Fixed example path in playground

* Implemented PR feedback

* Updated page headings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants