no op doc

This commit is contained in:
Mike Farah 2021-11-03 13:36:38 +11:00
parent 566972f201
commit 5bedd759a8
2 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,7 @@
*** ***
* [Operators](operators/README.md) * Operators
* [Add](operators/add.md) * [Add](operators/add.md)
* [Alternative (Default value)](operators/alternative-default-value.md) * [Alternative (Default value)](operators/alternative-default-value.md)
* [Anchor and Alias Operators](operators/anchor-and-alias-operators.md) * [Anchor and Alias Operators](operators/anchor-and-alias-operators.md)

View File

@ -1,5 +0,0 @@
# Operators
Operators filter or update `yaml` nodes. Operators combined together form expressions.
See [how it works](how-it-works.md) for more information.