Files
releases/docs
AC b33179c258 docs: Fix input value type in not undefined example (#8580)
### Why the changes in this PR are needed?

When looking at the docs for the `not` keyword example, I was confused
why the `deny` rule wasn't including the "under 18" error if I changed
the age in the input. Turns out it was a string so that was never
getting triggered.

### What are the changes in this PR?

Changes the value of `age` in the input for the `not` example for an
undefined value in the docs.

Signed-off-by: AC <menma1234@users.noreply.github.com>
2026-04-30 10:40:34 +02:00
..

Documentation and Website Development

Please see the contributing documentation for information about how to get started contributing to the OPA documentation and website.