Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "typescript-as-data"
description: "Configuration as code, parsed as data."
description: "A specification for building JSON and YAML compilers from TypeScript."
---

## A policy in YAML and in TypeScript
Expand Down
2 changes: 1 addition & 1 deletion docs/content/spec/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "The specification"
description: "The normative text, the reference implementation that implements it, the conformance suite that judges an implementation, and the evidence behind every figure."
description: "A specification for building JSON and YAML compilers from TypeScript, with the reference implementation, the conformance suite that judges an implementation, and the evidence behind every figure."
weight: 40
aliases: ["/introduction/"]
---
Expand Down
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ disableKinds = ["taxonomy", "term"]

[params]
repo = "https://github.com/INTENTIUS/typescript-as-data"
description = "Configuration as code, parsed as data."
description = "A specification for building JSON and YAML compilers from TypeScript."

# 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
Expand Down
2 changes: 1 addition & 1 deletion paper/draft.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Configuration as code, parsed as data: a statically evaluable subset of TypeScript with a specified fallback"
title: "TypeScript as data: a specification for building JSON and YAML compilers, with a specified fallback"
author: "INTENTIUS"
date: "Extended draft for comment, September 2026"
---
Expand Down