fumadocs-ui 15.5.0
Minor Changes
-
589d101: Move TOC closer to page body on larger viewports
Changed layout positioning, all layout components now use
fixedposition.This may impact sites that:
- using custom styling on Fumadocs layouts.
- added a custom footer (see below).
For custom footer, make sure to add them into
<DocsLayout />instead:<DocsLayout> {children} <div className="h-[400px] bg-fd-secondary">Hello World</div> </DocsLayout>
Patch Changes
- 50f8f7f: Update Home Layout navbar design
- 697d5b4: Support specifying a custom
valueforAccordion- fumadocs-core@15.5.0