From 753a639fa167d129371c6651de7e66bbb0ce7a72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 9 Jul 2023 15:54:45 +0000 Subject: [PATCH] Update website --- manual/index.html | 6 +++--- manual/v1.5/index.html | 6 +++--- manual/v1.6/index.html | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manual/index.html b/manual/index.html index 91850d57..28b67bf2 100644 --- a/manual/index.html +++ b/manual/index.html @@ -2541,8 +2541,8 @@ values.

paths outputs the paths to all the elements in its input (except it does not output the empty list, representing . itself).

-

paths(f) outputs the paths to any values for which f is true. -That is, paths(numbers) outputs the paths to all numeric +

paths(f) outputs the paths to any values for which f is true. +That is, paths(type == "number") outputs the paths to all numeric values.

@@ -2569,7 +2569,7 @@ values.

- + diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html index 83aab8f8..222d547d 100644 --- a/manual/v1.5/index.html +++ b/manual/v1.5/index.html @@ -2002,8 +2002,8 @@ it's defined. Similarly, map_values(f) is defined as .[] |= f

paths outputs the paths to all the elements in its input (except it does not output the empty list, representing . itself).

-

paths(f) outputs the paths to any values for which f is true. -That is, paths(numbers) outputs the paths to all numeric +

paths(f) outputs the paths to any values for which f is true. +That is, paths(type == "number") outputs the paths to all numeric values.

leaf_paths is an alias of paths(scalars); leaf_paths is deprecated and will be removed in the next major release.

@@ -2032,7 +2032,7 @@ values.

jq '[paths(scalars)]'
jq '[paths(type == "number")]'
Input[1,[[],{"a":2}]]
- + diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html index 32c93c39..e0feb4d9 100644 --- a/manual/v1.6/index.html +++ b/manual/v1.6/index.html @@ -2389,8 +2389,8 @@ values.

paths outputs the paths to all the elements in its input (except it does not output the empty list, representing . itself).

-

paths(f) outputs the paths to any values for which f is true. -That is, paths(numbers) outputs the paths to all numeric +

paths(f) outputs the paths to any values for which f is true. +That is, paths(type == "number") outputs the paths to all numeric values.

leaf_paths is an alias of paths(scalars); leaf_paths is deprecated and will be removed in the next major release.

@@ -2419,7 +2419,7 @@ values.

jq '[paths(scalars)]'
jq '[paths(type == "number")]'
Input[1,[[],{"a":2}]]
- +
jq '[paths(scalars)]'
jq '[paths(type == "number")]'
Input[1,[[],{"a":2}]]