From fbb8a9af22d6c41f13e1f6ff3a02f30eb92595f8 Mon Sep 17 00:00:00 2001 From: lex00 <121451605+lex00@users.noreply.github.com> Date: Sat, 12 Sep 2026 23:47:36 -0600 Subject: [PATCH] docs: parsed as data The tagline's verb is parsed, which says the mechanism and carries the no-execution point; read was vaguer. --- docs/content/_index.md | 2 +- docs/hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 138dbf6..9d5ee03 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -1,6 +1,6 @@ --- title: "typescript-as-data" -description: "Configuration as code, read as data." +description: "Configuration as code, parsed as data." --- ## A policy in YAML and in TypeScript diff --git a/docs/hugo.toml b/docs/hugo.toml index 3dbb88a..3648cdc 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -5,7 +5,7 @@ disableKinds = ["taxonomy", "term"] [params] repo = "https://github.com/INTENTIUS/typescript-as-data" - description = "Configuration as code, read as data." + description = "Configuration as code, parsed as data." # The header's fixed entries. Consumers are not listed here: the header # renders a "For your platform" menu from data/consumers.yaml, so a new