Skip to content

Draft: [WIP] Implement Sidebar Recommendations

Kimberly Sarabia requested to merge T373584-read-next into main
  • Added functionality to render related article recommendations in the sidebar using #p-appearance as the target container. The recommendations are now inserted as the first child in .vector-column-end.
  • Introduced a new div element labeled “Read next” that appears before the recommendations in the sidebar.
  • Updated main.js to ensure sidebar recommendations load immediately on page load, while search bar recommendations are initialized through a MutationObserver.
Edited by Kimberly Sarabia

Merge request reports