From 1d8bdd5af8f25fd5901bc93151ff2db134531945 Mon Sep 17 00:00:00 2001 From: cyr1l0u <164659715+cyr1l0u@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:07:33 +0200 Subject: [PATCH] Add yamline to YAML Tools - yaml-reference --- .../configuration-management/basics/yaml-reference/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/applications/configuration-management/basics/yaml-reference/index.md b/docs/guides/applications/configuration-management/basics/yaml-reference/index.md index 8dd0c25ad7..c7db4ab1cb 100644 --- a/docs/guides/applications/configuration-management/basics/yaml-reference/index.md +++ b/docs/guides/applications/configuration-management/basics/yaml-reference/index.md @@ -228,4 +228,4 @@ Plenty of tools help YAML newcomers. Among them are several automatic YAML linte - Converters between other formats and YAML. For example, VS Code provides a [YAML to JSON extension](https://marketplace.visualstudio.com/items?itemName=ahebrank.yaml2json). - YAML prettifiers. The [VS Code Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) is one popular option. -You can find more tools to help you work with YAML using the [Online YAML tools](https://onlineyamltools.com/) reference. \ No newline at end of file +You can find more tools to help you work with YAML using the [Online YAML tools](https://onlineyamltools.com/) reference or visit [Yamline](https://yamline.com/) for additional resources.