From fe84f6228849d4983e7d214d7c0e1733ab226f76 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Sat, 30 Mar 2024 14:01:42 +1100 Subject: [PATCH] Docs --- pkg/yqlib/doc/operators/max.md | 3 +++ pkg/yqlib/doc/operators/min.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/pkg/yqlib/doc/operators/max.md b/pkg/yqlib/doc/operators/max.md index cbdddb62..8ca6b703 100644 --- a/pkg/yqlib/doc/operators/max.md +++ b/pkg/yqlib/doc/operators/max.md @@ -1,3 +1,6 @@ +# Max + +Computes the maximum among an incoming sequence of scalar values. ## Maximum int Given a sample.yml file of: diff --git a/pkg/yqlib/doc/operators/min.md b/pkg/yqlib/doc/operators/min.md index 8455ae10..316b4561 100644 --- a/pkg/yqlib/doc/operators/min.md +++ b/pkg/yqlib/doc/operators/min.md @@ -1,3 +1,6 @@ +# Min + +Computes the minimum among an incoming sequence of scalar values. ## Minimum int Given a sample.yml file of: