Patch Changes
-
ad9a004: Deprecate
fumadocs-core/server
exportIt will be removed on Fumadocs 16, as some APIs under the
/server
export are actually available (and even used) under browser environment.A more modularized design will be introduced over the original naming.
getGithubLastEdit
: Moved tofumadocs-core/content/github
.getTableOfContents
: Moved tofumadocs-core/content/toc
.PageTree
and page tree utilities: Moved tofumadocs-core/page-tree
.TOCItemType
,TableOfContents
: Moved tofumadocs-core/toc
.createMetadataImage
: Deprecated, use the Next.js Metadata API instead.
-
90cf1fe: Support Negotiation API
-
747bdbc: Support lucide react icons plugin for
loader()