feat: overhaul README and add link checker#2578
Conversation
Updated the README to use a concise layout with better navigation and organized content that links to the documentation. Added a link-checking step to the Makefile to ensure documentation links remain valid. Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
🔍 PR Lint Feedback
|
📝 Description of the Change
This PR overhauls the project README to make it more concise and user-friendly while improving documentation navigation. Additionally, it adds a link-checking step to validate README links before running the full documentation link checker.
Changes:
check-linkstarget to ensure all links in the README remain validRationale: The previous README was difficult to navigate. This overhaul makes it easier for new contributors and users to understand the project and find relevant documentation quickly.
👨🏻 Linked Jira
🔗 Linked GitHub Issue
Fixes #
🧪 Testing Strategy
Manual testing was performed to verify:
🤖 AI Assistance
If you have used AI assistance, please provide the following details:
Which LLM was used?
Extent of AI Assistance:
Important
If the majority of the code in this PR was generated by an AI, please add a
Co-authored-bytrailer to your commit message.For example:
Co-authored-by: Gemini gemini@google.com
Co-authored-by: ChatGPT noreply@chatgpt.com
Co-authored-by: Claude noreply@anthropic.com
Co-authored-by: Cursor noreply@cursor.com
Co-authored-by: Copilot Copilot@users.noreply.github.com
**💡You can use the script
./hack/add-llm-coauthor.shto automatically addthese co-author trailers to your commits.
✅ Submitter Checklist