Commit Graph

11 Commits

Author SHA1 Message Date
Chris Hamant
3c0fd6a3e9
docs: add hints for common syntax edge cases
Add informational hints to operator documentation covering behaviors
  that may differ from user expectations, particularly for those
  familiar with jq:

  - slice-array: clarify that slicing only works on arrays, not strings
  - select: document behavior when piping select to a literal value
  - equals: note bash history expansion with != operator
  - create-collect-into-object: mention that shorthand {key} syntax
    is not supported
  - collect-into-array: explain difference between [.x | .[]] and [.x[]]
2026-01-28 02:51:22 -05:00
Mike Farah
93adeb2d79 v4.32.1 2023-03-18 14:54:23 +11:00
Mike Farah
a7e397757b v4.29.1 2022-10-29 18:24:11 +11:00
Mike Farah
ac68be0a3b Fixed help links 2022-03-29 11:12:22 +11:00
Mike Farah
58f27a1f20 v4.24.1 2022-03-28 14:24:57 +11:00
Mike Farah
1b494f46bf Updating docs for v4.19.1 release 2022-02-06 14:41:27 +11:00
Mike Farah
9896245f71 Simplified yq usage 2022-01-28 12:45:43 +11:00
Mike Farah
9bebbfffb7 Improving select docs 2022-01-15 18:22:12 +11:00
Mike Farah
3793f723b8 Improving select docs (#839) 2022-01-15 18:19:12 +11:00
Mike Farah
a41131816a Update document generation script 2021-11-03 15:00:28 +11:00
Mike Farah
fbe266a166
GitBook: [#206] deep update example 2021-10-30 03:14:39 +00:00