From 598f8ac486daa2c8d8e1a6472269969727d91a8a Mon Sep 17 00:00:00 2001
From: ishaksebsib <121272992+ishaksebsib@users.noreply.github.com>
Date: Sun, 8 Mar 2026 19:53:46 +0300
Subject: [PATCH] docs: Fix YAML syntax error in frontmatter (#51004)
The title in the YAML front matter contained a colon, which YAML
interprets as a key-value separator, causing a parse error. Quoted the
title value to fix it.
Release Notes:
- N/A
---------
Co-authored-by: Kunall Banerjee
---
docs/src/ai/agent-settings.md | 2 +-
docs/src/ai/privacy-and-security.md | 2 +-
docs/src/development/glossary.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/src/ai/agent-settings.md b/docs/src/ai/agent-settings.md
index 0547f19c9ca0e58cb5d63d7ae1c5231d091a6503..3e152fc5671225abef4a6477b3f73be5d054a365 100644
--- a/docs/src/ai/agent-settings.md
+++ b/docs/src/ai/agent-settings.md
@@ -1,6 +1,6 @@
---
title: AI Agent Settings - Zed
-description: Customize Zed's AI agent: default models, temperature, tool approval, auto-run commands, notifications, and panel options.
+description: "Customize Zed's AI agent: default models, temperature, tool approval, auto-run commands, notifications, and panel options."
---
# Agent Settings
diff --git a/docs/src/ai/privacy-and-security.md b/docs/src/ai/privacy-and-security.md
index 4aada3dff47ba8d0eca8f1056e326d6060451306..828953cca74868b097490dfafcb318b8245a2ef8 100644
--- a/docs/src/ai/privacy-and-security.md
+++ b/docs/src/ai/privacy-and-security.md
@@ -1,6 +1,6 @@
---
title: AI Privacy and Security - Zed
-description: Zed's approach to AI privacy: opt-in data sharing by default, zero-data retention with providers, and full open-source transparency.
+description: "Zed's approach to AI privacy: opt-in data sharing by default, zero-data retention with providers, and full open-source transparency."
---
# Privacy and Security
diff --git a/docs/src/development/glossary.md b/docs/src/development/glossary.md
index 720c20c3bd42074b3e2b4863b879a54001d27e73..ed3b9fdde00a605ec04e3efc25271b57691a45af 100644
--- a/docs/src/development/glossary.md
+++ b/docs/src/development/glossary.md
@@ -1,5 +1,5 @@
---
-title: Zed Development: Glossary
+title: "Zed Development: Glossary"
description: "Guide to zed development: glossary for Zed development."
---