Skip to content

Commit b87ec53

Browse files
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

File tree

en/ai-sre/apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Apps
3-
description: Apps is where you manage authorized external applications in AI SRE. Each application appears as a card — currently GitHub (with room for GitLab and others later). Once authorized, AI SRE can work directly inside your code repositories: read code, investigate changes / commits / PRs, trace a PR, and (when you ask) fix a bug, open a PR, or file an issue. Its main job is to let the cloud sandbox reach your repositories safely.
3+
description: "Apps is where you manage authorized external applications in AI SRE. Each application appears as a card — currently GitHub (with room for GitLab and others later). Once authorized, AI SRE can work directly inside your code repositories: read code, investigate changes / commits / PRs, trace a PR, and (when you ask) fix a bug, open a PR, or file an issue. Its main job is to let the cloud sandbox reach your repositories safely."
44
keywords: ["AI SRE", "Apps", "App", "GitHub", "GitHub App", "code repository", "gh", "git", "pull request", "issue", "cloud sandbox", "Customize"]
55
sidebarTitle: Apps
66
---

0 commit comments

Comments
 (0)