Skip to content

Commit d5ecdb2

Browse files
fix: add missing brand field to markdown frontmatter
Follow-up to merge 5463925 - the merge kept main's version of markdown files which were missing the 'brand' field required by the template. All 6 markdown files in a2ml/site and k9-svc/site now have the brand field. Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent 5463925 commit d5ecdb2

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

a2ml/site/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44
title: A2ML
55
site: A2ML
6+
brand: A2ML
67
description: A2ML is a lightweight, Djot-like markup that compiles into a typed, attested core, with progressive strictness from lax to fully attested.
78
date: 2026-06-29
89
---

a2ml/site/spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44
title: A2ML specification
55
site: A2ML
6+
brand: A2ML
67
description: The normative A2ML v1.1.0 specification — surface grammar, typed core, profiles, and conformance test vectors.
78
date: 2026-06-29
89
---

a2ml/site/start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44
title: Get started with A2ML
55
site: A2ML
6+
brand: A2ML
67
description: Write, validate and render A2ML in three steps — from a plain-text document to a portable, typed core.
78
date: 2026-06-29
89
---

k9-svc/site/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44
title: K9-SVC
55
site: K9-SVC
6+
brand: K9-SVC
67
description: K9-SVC is a Nickel-based format for self-validating configuration and contractiles, with a three-level trust model from inert data to signed execution.
78
date: 2026-06-29
89
---

k9-svc/site/spec.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44
title: K9-SVC specification
55
site: K9-SVC
6+
brand: K9-SVC
67
description: The normative K9-SVC v1.0.0-alpha specification — the three-level trust model, media type, and conformance fixtures.
78
date: 2026-06-29
89
---

k9-svc/site/start.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
---
44
title: Get started with K9-SVC
55
site: K9-SVC
6+
brand: K9-SVC
67
description: Write, contract and sign a K9-SVC component in three steps, across all three trust levels.
78
date: 2026-06-29
89
---

0 commit comments

Comments
 (0)