Add the Notion content integration
Pull pages from a Notion data source and render their blocks in Fumapress.
Release notes for packages.
Pull pages from a Notion data source and render their blocks in Fumapress.
Auto-generate robots.txt.
Auto-generate RSS feed from plugin.
By default, the "recommended" plugin preset will be enforced, adding plugins for llms.txt, robots.txt, rss, and search.
Scaffolded apps define collections with fumadocs-mdx/macro in press.config.tsx instead of source.config.ts codegen.
Layouts move onto the config object (renderPage, renderRoot, renderNotFound, defaultLayoutProps), content replaces loader, and plugin types are renamed (PressPlugin, AppShape).
See the migration guide.
Render Obsidian vaults directly in Fumapress with server-side components, search and LLM text adapters, and development hot reload.
site.git accepts a provider option (github by default, plus gitlab and bitbucket). The navbar icon link and page source links now point at the configured provider with its own brand icon. Self-hosted instances can set git.url to their instance URL.
ctx.getFileGitHubUrl() is renamed to ctx.getFileUrl(), the old name still works but is deprecated.
Bump dependencies.
renderBody optionOverride renderer/props for <DocsBody /> component.