fix: remove leading whitespace from Accordion closing tags in docs

The MDX parser was interpreting indented </Accordion> tags as list items,
causing deployment failures.
This commit is contained in:
Ralph Khreish
2026-01-26 18:03:52 +01:00
parent c798639d1a
commit b929028aa1

View File

@@ -209,7 +209,7 @@ The generated report contains:
- Recommended number of subtasks based on complexity
- AI-generated expansion prompts customized for each task
- Ready-to-run expansion commands directly within each task analysis
</Accordion>
</Accordion>
<Accordion title="Viewing Complexity Report">
The `complexity-report` command:
@@ -220,7 +220,7 @@ The `complexity-report` command:
- Highlights tasks recommended for expansion based on threshold score
- Includes ready-to-use expansion commands for each complex task
- If no report exists, offers to generate one on the spot
</Accordion>
</Accordion>
<Accordion title="Smart Task Expansion">
The `expand` command automatically checks for and uses the complexity report:
@@ -262,7 +262,7 @@ The `next` command:
- Command to mark the task as in-progress
- Command to mark the task as done
- Commands for working with subtasks
</Accordion>
</Accordion>
<Accordion title="Viewing Specific Task Details">
The `show` command:
@@ -273,7 +273,7 @@ The `show` command:
- For subtasks, shows parent task relationship
- Provides contextual action suggestions based on the task's state
- Works with both regular tasks and subtasks (using the format taskId.subtaskId)
</Accordion>
</Accordion>
</AccordionGroup>
## Best Practices for AI-Driven Development