update description
This commit is contained in:
parent
2f8b00ef1d
commit
70ba3e5f7b
|
|
@ -1,14 +1,16 @@
|
||||||
<section class="kdl-section" id="description">
|
<section class="kdl-section" id="description">
|
||||||
|
|
||||||
KDL is a document language with xml-like semantics that looks like you're
|
KDL is a document language with xml-like semantics that looks like you're
|
||||||
invoking a bunch of CLI commands!
|
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.
|
||||||
|
|
||||||
It's meant to be used both as a serialization format and a configuration
|
There's a living
|
||||||
language, and is relatively light on syntax compared to XML.
|
[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
|
The language is based on [SDLang](https://sdlang.org), with a number of
|
||||||
[implementations](#implementations). The language is based on
|
modifications and clarifications on its syntax and behavior.
|
||||||
[SDLang](https://sdlang.org), with a number of modifications and
|
|
||||||
clarifications on its syntax and behavior.
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue