Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: redpanda-data/docs-ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.5
Choose a base ref
...
head repository: redpanda-data/docs-ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.6
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    889537e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Improve homepage semantic HTML and accessibility for AI crawlers (#369)

    * Improve homepage semantic HTML and accessibility for AI crawlers
    
    - Add <main> landmark wrapper to homepage template
    - Fix mismatched heading tags (<h3> closing with </h2>)
    - Use <article> elements for feature cards instead of <div>
    - Add aria-labelledby attributes to sections
    - Add visually-hidden label for chat textarea (WCAG 1.3.1, 3.3.2, 4.1.2)
    - Add autocomplete attribute to chat input
    - Add .visually-hidden CSS class for accessibility
    - Support optional home-ai-summary and home-image-alt attributes
    - Wrap tertiary links in <nav> element
    
    Addresses AI audit findings for docs.redpanda.com homepage including
    semantic ratio, form accessibility, and content structure issues.
    
    * Fix review findings: clip-path, aria-labelledby fallbacks, alt escaping
    
    - Replace deprecated clip: rect() with clip-path: inset(50%) in .visually-hidden
    - Add fallback h2 headings for aria-labelledby references when titles are absent
    - Use double-stash escaping for alt attribute values to prevent injection
    JakeSCahill authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    8114654 View commit details
    Browse the repository at this point in the history
  2. add limited availability badge (#365)

    * add limited availability badge
    
    * update
    
    * fix
    
    * remove unrelated changes
    
    * adjust style
    
    * fix lint and code rabbit errors
    paulohtb6 authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    1730c69 View commit details
    Browse the repository at this point in the history
Loading