-
Notifications
You must be signed in to change notification settings - Fork 6
readme file #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
readme file #35
Conversation
📝 WalkthroughWalkthroughAdds a new Changes
Sequence Diagram(s)(omitted) Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@README.adoc`:
- Line 8: Replace the first-column cell that currently contains the markdown
link string "|https://develop.corosio.cpp.al/[Docs]" with a plain row label
"Docs" so the table's first column is only the label; leave the existing
documentation links in the second and third columns unchanged. Locate the table
row that includes the "[Docs]" link and change that cell content to the literal
text Docs (no link markup) ensuring the other cells in the same <row> remain
intact.
- Line 40: Replace the Markdown-style link in the README.adoc line containing
"(See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at" with
AsciiDoc link syntax by converting the [text](url) form into the AsciiDoc
link:url[text] form so the license link renders correctly in AsciiDoc.
🧹 Nitpick comments (1)
README.adoc (1)
16-16: Remove extra blank line for consistency.There's an extra blank line here (two consecutive empty lines) while other rows are separated by a single blank line. This creates formatting inconsistency in the table structure.
♻️ Proposed fix
- - + |https://drone.io/[Drone]
|
An automated preview of the documentation is available at https://35.corosio.prtest3.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-01-20 13:17:55 UTC |
Summary by CodeRabbit
Documentation
Chores
✏️ Tip: You can customize this high-level summary in your review settings.