deploy: 70ba3e5f7b
This commit is contained in:
parent
352758939d
commit
e8dc404448
16
index.html
16
index.html
|
|
@ -16,13 +16,15 @@
|
|||
</header>
|
||||
<section class="kdl-section" id="description">
|
||||
<p>KDL is a document language with xml-like semantics that looks like you're
|
||||
invoking a bunch of CLI commands!</p>
|
||||
<p>It's meant to be used both as a serialization format and a configuration
|
||||
language, and is relatively light on syntax compared to XML.</p>
|
||||
<p>There's a living <a href="https://github.com/kdl-org/kdl/blob/main/SPEC.md">specification</a>, as well as
|
||||
<a href="#implementations">implementations</a>. The language is based on
|
||||
<a href="https://sdlang.org">SDLang</a>, with a number of modifications and
|
||||
clarifications on its syntax and behavior.</p>
|
||||
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.</p>
|
||||
<p>There's a living
|
||||
<a href="https://github.com/kdl-org/kdl/blob/main/SPEC.md">specification</a>, as well as
|
||||
various <a href="#implementations">implementations</a>. You can also check out the
|
||||
<a href="#faq">FAQ</a> to answer all your burning questions!</p>
|
||||
<p>The language is based on <a href="https://sdlang.org">SDLang</a>, with a number of
|
||||
modifications and clarifications on its syntax and behavior.</p>
|
||||
</section>
|
||||
<section class="kdl-section" id="overview">
|
||||
<h2>Overview</h2>
|
||||
|
|
|
|||
Loading…
Reference in New Issue