Draft: [WIP] Implement Sidebar Recommendations
- 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.