viiccwen opened a new pull request, #1384: URL: https://github.com/apache/mahout/pull/1384
### Related Issues Closes #1383 ### Changes - [ ] Bug fix - [ ] New feature - [ ] Refactoring - [x] Documentation - [ ] Test - [ ] CI/CD pipeline - [ ] Other ### Why The root `docs/adr` files were migration tracking documents from the previous Jekyll-to-Docusaurus migration, not current user-facing documentation. Keeping them in the active docs source tree adds noise and can confuse readers about whether those migration notes are maintained docs. ### How - Remove the root `docs/adr` migration tracking files - Remove the stale `docs/adr` lychee exclusion - Update the website README documentation tree so it no longer lists `adr/` as part of the active docs source tree Validation run locally: - `git diff --check` - `cd website && npm run sync` - `cd website && npm ci && npm run build` (passes; Docusaurus still reports existing broken links in versioned 0.4 docs) - `env -u VIRTUAL_ENV make pre-commit` - `env -u VIRTUAL_ENV make tests` (passes; Rust CUDA integration tests skipped because `nvcc` is unavailable) ## Checklist - [ ] Added or updated unit tests for all changes - [x] Added or updated documentation for all changes -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
