shajiyakhan1309 opened a new pull request, #533: URL: https://github.com/apache/mahout/pull/533
This PR addresses #529 by adding clear deprecation banners to all documentation pages related to MapReduce and Samsara. These banners notify users that these components are no longer actively maintained and encourage exploration of Qumat, Mahout’s new Quantum Computing framework. ✅ Changes Made: - Inserted styled HTML banners at the top of relevant .md files - Ensured content remains unchanged otherwise - Verified correct rendering in local build **Example Banner Text:** `<div style="background-color: #fff3cd; color: #856404; border: 1px solid #ffeeba; padding: 15px; border-radius: 5px; margin-bottom: 20px;"> <strong>⚠️ Deprecation Notice:</strong> This component (<em>Mahout/Samsara</em>) is no longer actively maintained. It remains accessible for historical reference but is not recommended for new development. Please check out <a href="https://mahout.apache.org/quantum-computing-primer/" style="color: #0c5460; text-decoration: underline;">Qumat - Mahout's Quantum Computing Primer</a> for the latest innovations.</div>` ✅**Based on feedback, I’ve completed the following:** - Created a new layout: deprecated-docs.html (copied from doc-page.html) - Injected the banner at the top of the layout - Updated only MapReduce and Samsara pages to use this layout (census done) - Ensured no impact on current or Qumat-related documentation This approach keeps legacy content well-organized, avoids layout duplication, and ensures the banner only appears where needed. Thanks again for the direction — let me know if you'd like any further refinements! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@mahout.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org