Commit Graph

6 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
a7e397757b v4.29.1 2022-10-29 18:24:11 +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
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