From 8ec1837ff9e4488bd3c7adf23041be81635703cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 31 Aug 2021 19:12:22 -0700 Subject: [PATCH] add query and schema specs to description --- src/_includes/partials/description.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/_includes/partials/description.md b/src/_includes/partials/description.md index 72a5a6b..61f987f 100644 --- a/src/_includes/partials/description.md +++ b/src/_includes/partials/description.md @@ -5,10 +5,15 @@ invoking a bunch of CLI commands! It's meant to be used both as a serialization format and a configuration language, much like JSON, YAML, or XML. -There's a living -[specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as -various [implementations](#implementations). You can also check out the -[FAQ](#faq) to answer all your burning questions! +There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as various +[implementations](#implementations). You can also check out the [FAQ](#faq) to +answer all your burning questions! + +In addition to a spec for KDL itself, there are also standard specs for [a KDL +Query Language](https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md) based +on CSS selectors, and [a KDL Schema +Language](https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md) loosely +based on JSON Schema. The language is based on [SDLang](https://sdlang.org), with a number of modifications and clarifications on its syntax and behavior.