Skip to content

@primer/doctocat-nextjs@0.0.4

Latest
Compare
Choose a tag to compare
@primer-css primer-css released this 17 Jan 17:13
· 6 commits to main since this release
8ca9c41

Patch Changes

  • #8 fd7f838 Thanks @rezrah! - Added OpenGraph tags for improved social sharing experience.

  • #8 0d0879b Thanks @rezrah! - Enabled related content navigation using keywords and related properties in Markdown frontmatter.

    Example:

    ---
    title: Page A
    keywords: ['keyword', 'another keyword']
    ---
    
    ---
    title: Page B
    keywords: ['keyword', 'another keyword']
    ---
    

    The matching keyword values above across both pages, will enable automatic related content navigation between the two pages.

    or using the related property:

    ---
    related: [{title: External link example, href: https://example.com}]
    ---
    
  • #8 fd7f838 Thanks @rezrah! - Fixed accessibility violations arising from duplicate landmarks and missing aria labels.