mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Index description, keywords, and breadcrumbs as Pagefind metadata to improve search result relevance. Configure ranking weights to prioritize title matches and reduce term frequency bias. - Add pagefind-meta.html partial for centralized metadata - Move breadcrumb metadata from breadcrumbs.html to new partial - Configure metaWeights: title (10x), keywords (6x), description (4x) Assisted-By: cagent