diff --git a/examples/Cargo.kdl b/examples/Cargo.kdl index f3465b4..caec020 100644 --- a/examples/Cargo.kdl +++ b/examples/Cargo.kdl @@ -1,7 +1,7 @@ package { name kdl version "0.0.0" - description "kat's document language" + description "The kdl document language" authors "Kat Marchán " license-file LICENSE.md edition "2018" diff --git a/examples/ci.kdl b/examples/ci.kdl index aff2863..00d49cd 100644 --- a/examples/ci.kdl +++ b/examples/ci.kdl @@ -19,8 +19,8 @@ jobs { components rustfmt override #true } - step rustfmt run="cargo fmt --all -- --check" - step docs run="cargo doc --no-deps" + step rustfmt { run cargo fmt --all -- --check } + step docs { run cargo doc --no-deps } } } build_and_test "Build & Test" { @@ -40,8 +40,8 @@ jobs { components clippy override #true } - step Clippy run="cargo clippy --all -- -D warnings" - step "Run tests" run="cargo test --all --verbose" + step Clippy { run cargo clippy --all -- -D warnings } + step "Run tests" { run cargo test --all --verbose } step "Other Stuff" run=" echo foo echo bar diff --git a/examples/website.kdl b/examples/website.kdl index b8faafe..d2c7dc5 100644 --- a/examples/website.kdl +++ b/examples/website.kdl @@ -6,13 +6,13 @@ html lang=en { meta \ name=description \ content="kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!" - title "kdl - Kat's Document Language" + title "kdl - The KDL Document Language" link rel=stylesheet href="/styles/global.css" } body { main { header class="py-10 bg-gray-300" { - h1 class="text-4xl text-center" "kdl - Kat's Document Language" + h1 class="text-4xl text-center" "kdl - The KDL Document Language" } section class=kdl-section id=description { p {