-
Start the pre-release track for the official v1.0.0 release.
-
@arkenv/fumadocs-uinow exports aHeadercomponent for building site-wide navigation headers.import { Header } from "@arkenv/fumadocs-ui/components"; <Header logo={<MyLogo />} links={[ { text: "Docs", url: "/docs" }, { text: "Blog", url: "/blog" }, ]} actions={[<SearchToggle />, <ThemeToggle />]} menuActions={[<ThemeToggle />]} menuSocialActions={[<GitHubLink />]} sidebarTrigger={<MySidebarTrigger />} />;
The header is fixed to the top of the viewport and adapts its appearance as the user scrolls — transparent when at the top of the page, blurred with a semi-transparent background once the user scrolls down.
On mobile the header renders a full-screen dropdown menu. Nav links are stacked at the top, an "Appearance" row (label +
menuActions) sits above a centered row ofmenuSocialActions. An optionalsidebarTriggerslot renders left of the logo for layouts that have a docs sidebar. -
@arkenv/fumadocs-ui/css/theme.cssnow includes a complete set of fumadocs override styles so any app importing the theme gets correct defaults out of the box: nav/header height variables, sidebar drawer positioning (left-side on mobile), z-index stack (header → backdrop → sidebar drawer → search dialog → Radix poppers), search bar colors, external link icons, link underline styles, and heading anchor alignment.
-
Fix misconfigured package.json by adding the
repository.urlfield. This fixes an issue with pkg-pr-new and adheres to best practices.
-
@arkenv/fumadocs-uiprovides a theme, and components, forfumadocs-uito replicate the "ArkEnv" website look.