Skip to content

add spec to site #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ For more details, see the [overview below](#overview). [Play with it in your
browser!](./play/)

There's a living
[specification](https://github.com/kdl-org/kdl/blob/main/SPEC.md), as well as
[specification](/spec), as well as
various [implementations](#implementations). You can also check out the
[FAQ](#faq) to answer all your burning questions!

The current version of the KDL spec is
[KDL 2.0.0](https://github.com/kdl-org/kdl/blob/2.0.0/SPEC.md). For legacy KDL,
[KDL 2.0.0](/spec). For legacy KDL,
please refer to the [KDL 1.0.0
spec](https://github.com/kdl-org/kdl/blob/2.0.0/SPEC_v1.md). All users are
spec](/spec-v1). All users are
encouraged to migrate. [Migration is forward-and-backward-compatible and
safe](https://github.com/kdl-org/kdl/blob/2.0.0/SPEC.md#compatibility), and can
safe](/spec#compatibility), and can
be automated.

In addition to a spec for KDL itself, there are specifications for [a KDL Query
Expand Down
Loading