Commit 5cccc8d
Ovtcharov
fix(docs): reflow a wrapped code span so Mintlify parses the readiness doc
Docs Validation failed with `parsing error plans/gaia-agent-readiness.md:136:1
— Unexpected lazy line in expression in container`. Line 136 is only where the
list ends; the cause is three lines up. A code span containing `{export|import}`
wrapped across a line break inside a list item, so MDX opened a JS expression at
the `{` and ran past the end of the container looking for its close.
Reflowed so the span sits on one line. No wording changed.
Verified: `cd docs && npx mintlify@4.2.794 validate` passes, and reverting just
this reflow reproduces the identical 136:1 warning — so the fix is the one that
matters, not an incidental reformat.1 parent 2aa6a96 commit 5cccc8d
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments