[April CQA] Install doc master.adoc and spacing fixes#351
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughAsciiDoc documentation files underwent whitespace cleanup and front-matter restructuring. Three assembly files had trailing whitespace removed from paragraphs, while the main installation guide document reorganized its attribute declarations, include statements, and section ID/title placement. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| @@ -1,16 +1,15 @@ | |||
| :mta: | |||
| include::topics/templates/document-attributes.adoc[] | |||
| :_mod-docs-content-type: ASSEMBLY | |||
There was a problem hiding this comment.
Not sure about removing _mod-docs-content-type, but it should not be a requirement for the master.adoc file.
Otherwise, the issue was caused by the include::topics/templates/document-attributes.adoc[] include, which was placed before some attributes (context, toc...). I moved the reported attributes above this include to fix the issue.
Tracked under:
Summary by CodeRabbit