Skip to content

Commit 8ec1837

Browse files
committed
add query and schema specs to description
1 parent 392019c commit 8ec1837

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/_includes/partials/description.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ invoking a bunch of CLI commands! It's meant to be used both as a
55
serialization format and a configuration language, much like JSON, YAML, or
66
XML.
77

8-
There's a living
9-
[specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as
10-
various [implementations](#implementations). You can also check out the
11-
[FAQ](#faq) to answer all your burning questions!
8+
There's a living [specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as various
9+
[implementations](#implementations). You can also check out the [FAQ](#faq) to
10+
answer all your burning questions!
11+
12+
In addition to a spec for KDL itself, there are also standard specs for [a KDL
13+
Query Language](https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md) based
14+
on CSS selectors, and [a KDL Schema
15+
Language](https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md) loosely
16+
based on JSON Schema.
1217

1318
The language is based on [SDLang](https://sdlang.org), with a number of
1419
modifications and clarifications on its syntax and behavior.

0 commit comments

Comments
 (0)