Releases: remorses/holocron
@holocron.so/vite@0.1.0
Initial release — drop-in Mintlify replacement as a Vite plugin.
-
Full Mintlify-compatible docs site from MDX — reads
docs.json(orholocron.jsonc) for navigation, tabs, groups, anchors, redirects, footer, banner, fonts, colors, SEO metadata, and favicon. Renders MDX pages with editorial typography, code blocks (Prism with all languages), callouts, tables, accordions, expandable fields, cards, steps, frames, panels, badges, tooltips, and more. -
React Server Components on Vite 8 — powered by spiceflow. Server-rendered pages with full client hydration, client-side navigation, and per-page loaders.
-
Navigation with tabs, versions, and dropdowns —
navigation.tabsfor switching sidebar content,navigation.versionsfor a version selector dropdown, andnavigation.dropdowns(ornavigation.products) for product-scoped navigation. Each switcher owns its own inner tab/group tree. -
Custom entry point support — mount holocron as a child of your own spiceflow app:
import { createHolocronApp } from '@holocron.so/vite/app' const holocronApp = await createHolocronApp() const app = new Spiceflow().use(holocronApp)
-
HMR for config and MDX — editing MDX content, adding/removing pages, and changing
docs.jsonall hot-reload without a full page refresh. -
AI agent support — serves raw markdown at
/<page>.mdURLs, redirects AI user-agents to.mdendpoints, exposes/sitemap.xmlwith.mdhints, and bundles all docs as/docs.zip. -
Built-in icon atlas — resolves Lucide and Font Awesome icons at build time. Icons render inline as SVGs inheriting
currentColor. Supports emoji, URL, and structured{ name, library }icon objects. -
Image processing with pixelated placeholders — local images get dimensions + compact WebP placeholders at build time. Blur-to-sharp transition and click-to-zoom via
react-medium-image-zoom. -
OG image generation — auto-generates Open Graph PNG images per page using Takumi.
-
Generated fallback logo — text-based logo PNG using Bagnard font, with light and dark variants.
-
Sidebar search — Orama full-text index with keyboard navigation and wrap-around.
-
Dark mode — class-based with cookie persistence and a blocking theme script (no flash). OS preference fallback.
-
CSS
@layer holocron— all styles wrapped in a CSS layer. Uses shadcn v2 CSS variable convention for full theme customization. -
Redirects — exact match, named parameters (
:id), trailing wildcards (*). Query strings preserved. 301 status. -
Base path support — mount docs under a subpath like
/docs. -
Footer with socials — logo, social icons, up to 4 link columns.
-
Banner — dismissible top banner with MDX content and configurable colors.
-
Custom virtual modules — override
virtual:holocron-configandvirtual:holocron-pagesfor programmatic control. -
Sticky per-section asides —
<Aside>scoped to its section,<Aside full>spans multiple sections.RequestExample/ResponseExampleauto-widen the sidebar. -
404 page — styled 404 inside the editorial layout with missing path, link home, and
noindexmeta.
@holocron.so/cli@0.3.2
Patch Changes
- export holocronjsonc type
@holocron.so/cli@0.3.1
Patch Changes
- fix double api api in client