diff --git a/pkg/yqlib/doc/operators/headers/max.md b/pkg/yqlib/doc/operators/headers/max.md new file mode 100644 index 00000000..1657dd1b --- /dev/null +++ b/pkg/yqlib/doc/operators/headers/max.md @@ -0,0 +1,3 @@ +# Max + +Computes the maximum among an incoming sequence of scalar values. diff --git a/pkg/yqlib/doc/operators/headers/min.md b/pkg/yqlib/doc/operators/headers/min.md new file mode 100644 index 00000000..785cac7a --- /dev/null +++ b/pkg/yqlib/doc/operators/headers/min.md @@ -0,0 +1,3 @@ +# Min + +Computes the minimum among an incoming sequence of scalar values.