Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughAdds a new “Plane Compose” documentation page and updates the docs sidebar to include a link to that page. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@docs/dev-tools/plane-compose.md`:
- Around line 45-58: Add a language identifier to the fenced tree block so
MarkdownLint MD040 is satisfied: update the triple-backtick fence that precedes
the project tree (the block showing "my-project/ … .plane/ state.json") to
include a language tag such as "text" (or "bash") so the fence reads ```text,
leaving the contents unchanged.
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@docs/dev-tools/plane-compose.md`:
- Around line 185-200: The fenced directory tree block in the Plane Compose docs
is missing a language identifier and triggers markdownlint MD040; update the
opening fence for the tree (the block that starts with ``` and contains the
my-project/ tree structure) to include the language identifier text (i.e.,
change the opening fence to ```text) so the tree block is consistently marked as
plain text like other tree blocks in the repo.
- Line 14: The markdown list item "**Auto-create projects**" is missing the
leading `-` so it won't render as a bullet; edit the line containing the literal
text "**Auto-create projects**" and prepend a `- ` to make it a proper list item
(e.g., "- **Auto-create projects**") so it appears correctly under the
surrounding bullet list.
Summary by CodeRabbit
Documentation