From 776fa51ab56823896d63c592b9e5fd9324f8c843 Mon Sep 17 00:00:00 2001 From: Rob Dominguez Date: Wed, 26 Apr 2023 10:03:09 -0500 Subject: [PATCH] docs: update overview pages' titles [DOCS-913]: https://hasurahq.atlassian.net/browse/DOCS-913?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8929 GitOrigin-RevId: 64a733ec808d0e8723a5c1cbe5f754829b7c1388 --- docs/docs/actions/overview.mdx | 2 +- docs/docs/auth/overview.mdx | 2 +- docs/docs/data-federation/overview.mdx | 4 ++-- docs/docs/databases/overview.mdx | 4 ++-- docs/docs/deployment/overview.mdx | 2 +- docs/docs/event-triggers/overview.mdx | 2 +- docs/docs/getting-started/overview.mdx | 2 +- docs/docs/migrations-metadata-seeds/overview.mdx | 2 +- docs/docs/mutations/overview.mdx | 2 +- docs/docs/observability/overview.mdx | 2 +- docs/docs/queries/overview.mdx | 2 +- docs/docs/remote-schemas/overview.mdx | 2 +- docs/docs/scheduled-triggers/overview.mdx | 2 +- docs/docs/schema/overview.mdx | 2 +- docs/docs/subscriptions/overview.mdx | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/docs/actions/overview.mdx b/docs/docs/actions/overview.mdx index 98d297fc7c6..9e633e35b40 100644 --- a/docs/docs/actions/overview.mdx +++ b/docs/docs/actions/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Actions -title: Overview +title: Hasura Actions Overview keywords: - hasura - docs diff --git a/docs/docs/auth/overview.mdx b/docs/docs/auth/overview.mdx index 59cf5ca9361..18ed8231e7c 100644 --- a/docs/docs/auth/overview.mdx +++ b/docs/docs/auth/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Authentication and Authorization -title: Overview +title: Authentication and Authorization Overview keywords: - hasura - docs diff --git a/docs/docs/data-federation/overview.mdx b/docs/docs/data-federation/overview.mdx index 61ad077b106..c0aed7edd68 100644 --- a/docs/docs/data-federation/overview.mdx +++ b/docs/docs/data-federation/overview.mdx @@ -1,6 +1,6 @@ --- -description: Hasura Data Federation -title: Overview +description: Hasura GraphQL Federation +title: GraphQL Federation Overview keywords: - hasura - docs diff --git a/docs/docs/databases/overview.mdx b/docs/docs/databases/overview.mdx index 1a218334a2f..8a3ca94d308 100644 --- a/docs/docs/databases/overview.mdx +++ b/docs/docs/databases/overview.mdx @@ -1,6 +1,6 @@ --- -description: Hasura Remote Schemas -title: Overview +description: Databases available for use with Hasura GraphQL Engine +title: Databases Overview keywords: - hasura - docs diff --git a/docs/docs/deployment/overview.mdx b/docs/docs/deployment/overview.mdx index f88c53120b6..9058a49efa5 100644 --- a/docs/docs/deployment/overview.mdx +++ b/docs/docs/deployment/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Deployment -title: Overview +title: Hasura Deployment Overview keywords: - hasura - docs diff --git a/docs/docs/event-triggers/overview.mdx b/docs/docs/event-triggers/overview.mdx index c7271723af9..0ac42857a0c 100644 --- a/docs/docs/event-triggers/overview.mdx +++ b/docs/docs/event-triggers/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Event Triggers -title: Overview +title: Event Triggers Overview keywords: - hasura - docs diff --git a/docs/docs/getting-started/overview.mdx b/docs/docs/getting-started/overview.mdx index eaa4be5206d..50a8310b695 100644 --- a/docs/docs/getting-started/overview.mdx +++ b/docs/docs/getting-started/overview.mdx @@ -1,6 +1,6 @@ --- description: Get started with Hasura -title: Overview +title: Get started with Hasura Overview keywords: - hasura - docs diff --git a/docs/docs/migrations-metadata-seeds/overview.mdx b/docs/docs/migrations-metadata-seeds/overview.mdx index bcc5ff7b73f..611d11dc7e4 100644 --- a/docs/docs/migrations-metadata-seeds/overview.mdx +++ b/docs/docs/migrations-metadata-seeds/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Migrations, Metadata, and Seeds -title: Overview +title: Migrations, Metadata, and Seeds Overview keywords: - hasura - docs diff --git a/docs/docs/mutations/overview.mdx b/docs/docs/mutations/overview.mdx index ce99fa6b849..ccb7c62faa5 100644 --- a/docs/docs/mutations/overview.mdx +++ b/docs/docs/mutations/overview.mdx @@ -1,6 +1,6 @@ --- description: Manage mutations on your database with Hasura -title: Overview +title: Mutations Overview keywords: - hasura - docs diff --git a/docs/docs/observability/overview.mdx b/docs/docs/observability/overview.mdx index c8367e2d424..49213cc0b1a 100644 --- a/docs/docs/observability/overview.mdx +++ b/docs/docs/observability/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Observability is a set of tools that help you monitor and debug your GraphQL API -title: Overview +title: Observability Overview keywords: - hasura - docs diff --git a/docs/docs/queries/overview.mdx b/docs/docs/queries/overview.mdx index ec6d4793740..849446c39ff 100644 --- a/docs/docs/queries/overview.mdx +++ b/docs/docs/queries/overview.mdx @@ -1,6 +1,6 @@ --- description: Manage queries on your databases with Hasura -title: Overview +title: Queries Overview keywords: - hasura - docs diff --git a/docs/docs/remote-schemas/overview.mdx b/docs/docs/remote-schemas/overview.mdx index d8c4e2da9be..6ea795bb169 100644 --- a/docs/docs/remote-schemas/overview.mdx +++ b/docs/docs/remote-schemas/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Remote Schemas -title: Overview +title: Remote Schemas Overview keywords: - hasura - docs diff --git a/docs/docs/scheduled-triggers/overview.mdx b/docs/docs/scheduled-triggers/overview.mdx index deafbd76fd5..ba1b2b5274e 100644 --- a/docs/docs/scheduled-triggers/overview.mdx +++ b/docs/docs/scheduled-triggers/overview.mdx @@ -1,6 +1,6 @@ --- description: Hasura Scheduled Triggers -title: Overview +title: Scheduled Triggers Overview keywords: - hasura - docs diff --git a/docs/docs/schema/overview.mdx b/docs/docs/schema/overview.mdx index 274ea00140b..6c0aac77fbc 100644 --- a/docs/docs/schema/overview.mdx +++ b/docs/docs/schema/overview.mdx @@ -4,7 +4,7 @@ keywords: - hasura - docs - schema -title: Overview +title: GraphQL Schema Overview hide_table_of_contents: true sidebar_position: 1 --- diff --git a/docs/docs/subscriptions/overview.mdx b/docs/docs/subscriptions/overview.mdx index c190732214d..1ab470df19b 100644 --- a/docs/docs/subscriptions/overview.mdx +++ b/docs/docs/subscriptions/overview.mdx @@ -1,6 +1,6 @@ --- description: Manage subscriptions on your database with Hasura -title: Overview +title: Subscriptions Overview keywords: - hasura - docs