diff --git a/content/docs/index.mdx b/content/docs/index.mdx index 93e81c18ed..5944be844c 100644 --- a/content/docs/index.mdx +++ b/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: Documentation +title: Documentation — build apps from metadata description: Technical documentation for ObjectStack. --- diff --git a/content/docs/protocol/objectql/index.mdx b/content/docs/protocol/objectql/index.mdx index 4ead928243..e51ae0ba35 100644 --- a/content/docs/protocol/objectql/index.mdx +++ b/content/docs/protocol/objectql/index.mdx @@ -1,5 +1,5 @@ --- -title: "ObjectQL: The Data Protocol" +title: ObjectQL — the data protocol specification description: The database-agnostic data abstraction layer - Define once, run anywhere --- diff --git a/content/docs/protocol/objectui/index.mdx b/content/docs/protocol/objectui/index.mdx index b8ad97b0a7..0df778db80 100644 --- a/content/docs/protocol/objectui/index.mdx +++ b/content/docs/protocol/objectui/index.mdx @@ -1,5 +1,5 @@ --- -title: "ObjectUI: The UI Protocol" +title: ObjectUI — the UI protocol specification description: Server-driven UI protocol - Define interfaces as data, not code --- diff --git a/content/docs/protocol/objectui/record-alert.mdx b/content/docs/protocol/objectui/record-alert.mdx index d1284153c6..c27f8e868c 100644 --- a/content/docs/protocol/objectui/record-alert.mdx +++ b/content/docs/protocol/objectui/record-alert.mdx @@ -1,5 +1,5 @@ --- -title: record:alert — Conditional Banners on Record Pages +title: record:alert — banners on record pages description: Surface contextual notices (unverified email, expired trial, locked account…) at the top of any record page using the slotted page schema. ---