Skip to content

Commit 299b599

Browse files
committed
fix(docs): quote es frontmatter descriptions containing colons
Two Spanish translations replaced the English em-dash with a colon in the frontmatter description. An unquoted YAML scalar containing ': ' is parsed as a nested mapping, breaking the docs build (YAMLException: bad indentation of a mapping entry). Wrap both descriptions in double quotes. - content/docs/build/packages.es.mdx - content/docs/quickstart.es.mdx
1 parent 9e5d9d8 commit 299b599

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/docs/build/packages.es.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Paquetes
3-
description: La unidad de organización en ObjectOS: versionada, instalable y compartible.
3+
description: "La unidad de organización en ObjectOS: versionada, instalable y compartible."
44
---
55

66
# Paquetes

content/docs/quickstart.es.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Inicio rápido
3-
description: De cero a un ObjectOS en marcha: instala una CLI, ejecuta un comando y tienes una aplicación.
3+
description: "De cero a un ObjectOS en marcha: instala una CLI, ejecuta un comando y tienes una aplicación."
44
---
55

66
# Inicio rápido

0 commit comments

Comments
 (0)