Skip to content

January 15, 2025

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 17:21
· 20 commits to main since this release
79740cb

@theguild/[email protected]

Minor Changes

  • #1977
    e7d506f
    Thanks @hasparus! - Add hiveMdxComponents for use in
    Hive-rebranding themed websites

    Usage

    import { WebsiteSpecificComponent } from './components/WebsiteSpecificComponent'
    
    export { useHiveMDXComponents } from '@theguild/components/server'
    
    export const useMDXComponents = components => {
      return useHiveMDXComponents({
        ...components,
        WebsiteSpecificComponent
      })
    }