Skip to content

Commit

Permalink
docs: Remove statement about importing YAML files
Browse files Browse the repository at this point in the history
This feature was removed in 2020: #135
  • Loading branch information
zerok committed Aug 5, 2024
1 parent 6df254d commit 3751ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/jsonnet/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ local secret = import "./secret.libsonnet";
The exported object (the only non-local one) of `secret.libsonnet` is now
available as a `local` variable called `secret`.

When using Tanka, it is also possible to directly import `.json` and `.yaml`
files, as if they were a `.libsonnet`.
When using Tanka, it is also possible to directly import `.json` files, as if
they were a `.libsonnet`.

Make sure to also take a look at the libraries documentation to learn how to use `import` and re-use code.
The documentation on [Tanka import paths](./libraries/import-paths/) and [vendoring](./libraries/install-publish/) are useful to understand how imports work in Tanka's context.
Expand Down

0 comments on commit 3751ea7

Please sign in to comment.