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