Commit b87ec53
authored
fix(ai-sre): quote Apps en frontmatter description (unquoted colon broke Mintlify deploy) (#99)
The English description contained "...your code repositories: read code...".
An ASCII colon-space inside an unquoted YAML scalar is parsed as a mapping
separator, so Mintlify's deployment failed with "Encountered syntax error(s)"
(js-yaml: "mapping values are not allowed here"). Wrap the value in double
quotes. The zh description was unaffected (it uses a fullwidth colon).
Note: the PR-preview "Mintlify Deployment" check passed on #98, but the
stricter main deployment caught it — so validate frontmatter by YAML-parsing,
not by trusting the preview check.1 parent c6a1977 commit b87ec53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments