docs: Update built-in index page titles (#8728)

This is for search engine result headings and on-site search titles.

Signed-off-by: Charlie Egan <charlie_egan@apple.com>
This commit is contained in:
Charlie Egan
2026-06-03 13:28:34 +01:00
committed by GitHub
parent 353033c65c
commit 27619ae0dc
28 changed files with 56 additions and 28 deletions
@@ -1,5 +1,6 @@
---
title: Aggregates
title: Aggregate Built-ins
sidebar_label: Aggregates
---
<BuiltinTable category={"aggregates"}/>
@@ -1,4 +1,5 @@
---
title: Arrays
title: Array Built-ins
sidebar_label: Arrays
---
<BuiltinTable category={"array"}/>
+2 -1
View File
@@ -1,4 +1,5 @@
---
title: Bits
title: Bit Built-ins
sidebar_label: Bits
---
<BuiltinTable category={"bits"}/>
@@ -1,4 +1,5 @@
---
title: Comparisons
title: Comparison Built-ins
sidebar_label: Comparisons
---
<BuiltinTable category={"comparison"}/>
@@ -1,4 +1,5 @@
---
title: Type Conversions
title: Type Conversion Built-ins
sidebar_label: Type Conversions
---
<BuiltinTable category={"conversions"}/>
@@ -1,5 +1,6 @@
---
title: Cryptography
title: Cryptography Built-ins
sidebar_label: Cryptography
---
<BuiltinTable category={"crypto"}/>
@@ -1,5 +1,6 @@
---
title: Encoding
title: Encoding Built-ins
sidebar_label: Encoding
---
<BuiltinTable category={"encoding"}/>
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Glob Matching
title: Glob Matching Built-ins
sidebar_label: Glob Matching
---
<BuiltinTable category={"glob"}/>
@@ -1,5 +1,6 @@
---
title: Graphs
title: Graph Built-ins
sidebar_label: Graphs
---
<BuiltinTable category={"graph"}/>
<PlaygroundExample dir={require.context("../_examples/graphs/reachable")} />
@@ -1,5 +1,6 @@
---
title: GraphQL
title: GraphQL Built-ins
sidebar_label: GraphQL
---
<BuiltinTable category={"graphql"}/>
:::info
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: HTTP
title: HTTP Built-ins
sidebar_label: HTTP
---
<BuiltinTable category={"http"}/>
`http.send` is one of several ways to load external data into OPA. Review the [External Data](/docs/external-data) page to understand the available approaches and their tradeoffs when using this built-in.
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Networking
title: Networking Built-ins
sidebar_label: Networking
---
<BuiltinTable category={"net"}/>
@@ -1,4 +1,5 @@
---
title: Numbers
title: Number Built-ins
sidebar_label: Numbers
---
<BuiltinTable category={"numbers"}/>
@@ -1,5 +1,6 @@
---
title: Objects
title: Object Built-ins
sidebar_label: Objects
---
<BuiltinTable category={"object"}/>
- When `keys` are provided as an object only the top level keys on the object will be used, values are ignored.
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: OPA
title: OPA Built-ins
sidebar_label: OPA
---
## Runtime
@@ -1,5 +1,6 @@
---
title: AWS
title: AWS Built-ins
sidebar_label: AWS
---
<BuiltinTable category={"providers.aws"}/>
The AWS Request Signing builtin in OPA implements the header-based auth,
@@ -1,5 +1,6 @@
---
title: Regular Expressions
title: Regular Expressions Built-ins
sidebar_label: Regular Expressions
---
Regular expressions are an important tool for defining and testing patterns,
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Rego
title: Rego Built-ins
sidebar_label: Rego
---
<BuiltinTable category={"rego"}/>
#### Example
@@ -1,5 +1,6 @@
---
title: Semantic Version
title: Semantic Version Built-ins
sidebar_label: Semantic Version
---
<BuiltinTable category={"semver"}/>
<PlaygroundExample dir={require.context("../_examples/semver/isvalid")} />
+2 -1
View File
@@ -1,4 +1,5 @@
---
title: Sets
title: Set Built-ins
sidebar_label: Sets
---
<BuiltinTable category={"sets"}/>
@@ -1,5 +1,6 @@
---
title: Strings
title: String Built-ins
sidebar_label: Strings
---
<BuiltinTable category={"strings"}/>
+2 -1
View File
@@ -1,5 +1,6 @@
---
title: Time
title: Time Built-ins
sidebar_label: Time
---
<BuiltinTable category={"time"}/>
@@ -1,5 +1,6 @@
---
title: Token Verification
title: Token Verification Built-ins
sidebar_label: Token Verification
---
<BuiltinTable category={"tokens"} />
@@ -1,5 +1,6 @@
---
title: Token Signing
title: Token Signing Built-ins
sidebar_label: Token Signing
---
<BuiltinTable category={"tokensign"}/>
OPA provides two builtins that implement JSON Web Signature [RFC7515](https://datatracker.ietf.org/doc/html/rfc7515) functionality.
@@ -1,5 +1,6 @@
---
title: Tracing
title: Tracing Built-ins
sidebar_label: Tracing
---
<BuiltinTable category={"tracing"}/>
@@ -1,4 +1,5 @@
---
title: Types
title: Type Built-ins
sidebar_label: Types
---
<BuiltinTable category={"types"}/>
@@ -1,4 +1,5 @@
---
title: Units
title: Unit Built-ins
sidebar_label: Units
---
<BuiltinTable category={"units"}/>
+2 -1
View File
@@ -1,4 +1,5 @@
---
title: UUID
title: UUID Built-ins
sidebar_label: UUID
---
<BuiltinTable category={"uuid"}/>