deploy: 0aaf0ab7e5
This commit is contained in:
parent
60d326b405
commit
8faee73f4d
|
|
@ -71,10 +71,10 @@ various <a href="#implementations">implementations</a>. You can also check out t
|
|||
<a href="#faq">FAQ</a> to answer all your burning questions!</p>
|
||||
<p>The current version of the KDL spec is <code>2.0.0</code>. For legacy KDL, please refer to
|
||||
the <a href="https://github.com/kdl-org/kdl/blob/main/SPEC_v1.md">KDL 1.0 spec</a>. All
|
||||
users are encouraged to migrate. <a href="./SPEC.md#compatibility">Migration is forward-and-backward-compatible
|
||||
users are encouraged to migrate. <a href="https://github.com/kdl-org/kdl/blob/main/SPEC.md#compatibility">Migration is forward-and-backward-compatible
|
||||
and safe</a>, and can be automated.</p>
|
||||
<p>In addition to a spec for KDL itself, there are specifications for <a href="QUERY-SPEC.md">a KDL Query
|
||||
Language</a> based on CSS selectors, and <a href="SCHEMA-SPEC.md">a KDL Schema
|
||||
<p>In addition to a spec for KDL itself, there are specifications for <a href="https://github.com/kdl-org/kdl/blob/main/QUERY-SPEC.md">a KDL Query
|
||||
Language</a> based on CSS selectors, and <a href="https://github.com/kdl-org/kdl/blob/main/SCHEMA-SPEC.md">a KDL Schema
|
||||
Language</a> loosely based on JSON Schema.</p>
|
||||
<p>The language is based on <a href="https://sdlang.org">SDLang</a>, with a <a href="#why-not-sdlang">number of
|
||||
modifications and clarifications on its syntax and behavior</a>.
|
||||
|
|
|
|||
Loading…
Reference in New Issue