Skip to content

fix: remove leading whitespace from Accordion closing tags in docs#1612

Merged
Crunchyman-ralph merged 1 commit intonextfrom
ralph/fix/mintlify.ci
Jan 26, 2026
Merged

fix: remove leading whitespace from Accordion closing tags in docs#1612
Crunchyman-ralph merged 1 commit intonextfrom
ralph/fix/mintlify.ci

Conversation

@Crunchyman-ralph
Copy link
Collaborator

@Crunchyman-ralph Crunchyman-ralph commented Jan 26, 2026

Summary

  • Fixes Mintlify deployment failure caused by indented </Accordion> closing tags
  • The MDX parser was interpreting indented closing tags as list items instead of JSX

Test plan

  • Verify Mintlify deployment succeeds

🤖 Generated with Claude Code


Note

Docs formatting fix

  • Remove indentation before </Accordion> across task-structure.mdx so the MDX parser treats them as JSX, not list items
  • No content changes; intended to resolve Mintlify parsing/deployment issues

Written by Cursor Bugbot for commit b929028. This will update automatically on new commits. Configure here.

Summary by CodeRabbit

  • Style
    • Updated documentation formatting.

✏️ Tip: You can customize this high-level summary in your review settings.

The MDX parser was interpreting indented </Accordion> tags as list items,
causing deployment failures.
@changeset-bot
Copy link

changeset-bot bot commented Jan 26, 2026

⚠️ No Changeset found

Latest commit: b929028

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

📝 Walkthrough

Walkthrough

Whitespace formatting adjustments in the task structure documentation file, removing indentation before closing Accordion tags across multiple sections without altering content or structure.

Changes

Cohort / File(s) Summary
Documentation Formatting
apps/docs/capabilities/task-structure.mdx
Removed indentation before closing </Accordion> tags in multiple Accordion blocks; no functional or content changes

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • eyaltoledano
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: removing leading whitespace from Accordion closing tags in documentation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@Crunchyman-ralph Crunchyman-ralph merged commit 83dc5b5 into next Jan 26, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant