From b91c1f314f9bfc3cc111c6ac2bbbcefa70460150 Mon Sep 17 00:00:00 2001 From: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com> Date: Wed, 3 May 2023 15:45:04 +0200 Subject: [PATCH] Docs: Small Changes 5 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8988 GitOrigin-RevId: 2abe5b949137fb5913d4197a6fa65d08797b0202 --- docs/docs/actions/overview.mdx | 2 +- docs/docs/api-reference/overview.mdx | 2 +- docs/docs/auth/overview.mdx | 2 +- docs/docs/caching/overview.mdx | 2 +- docs/docs/data-federation/overview.mdx | 2 +- docs/docs/databases/athena/_category_.json | 3 ++- docs/docs/databases/overview.mdx | 2 +- docs/docs/databases/snowflake/_category_.json | 3 ++- docs/docs/deployment/overview.mdx | 2 +- docs/docs/enterprise/overview.mdx | 2 +- docs/docs/event-triggers/overview.mdx | 2 +- docs/docs/getting-started/overview.mdx | 2 +- docs/docs/hasura-cli/overview.mdx | 2 +- docs/docs/hasura-cloud/overview.mdx | 2 +- docs/docs/index.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/restified/overview.mdx | 2 +- docs/docs/scheduled-triggers/overview.mdx | 2 +- docs/docs/schema/overview.mdx | 2 +- docs/docs/security/overview.mdx | 2 +- docs/docs/subscriptions/overview.mdx | 2 +- 25 files changed, 27 insertions(+), 25 deletions(-) diff --git a/docs/docs/actions/overview.mdx b/docs/docs/actions/overview.mdx index 9e633e35b40..d735004df33 100644 --- a/docs/docs/actions/overview.mdx +++ b/docs/docs/actions/overview.mdx @@ -41,7 +41,7 @@ import Actions from '@site/static/icons/features/actions.svg'; diff --git a/docs/docs/api-reference/overview.mdx b/docs/docs/api-reference/overview.mdx index cc63a5f1145..658feea48e4 100644 --- a/docs/docs/api-reference/overview.mdx +++ b/docs/docs/api-reference/overview.mdx @@ -39,7 +39,7 @@ import APIReference from '@site/static/icons/features/api_reference.svg'; diff --git a/docs/docs/auth/overview.mdx b/docs/docs/auth/overview.mdx index 18ed8231e7c..de26500a12d 100644 --- a/docs/docs/auth/overview.mdx +++ b/docs/docs/auth/overview.mdx @@ -42,7 +42,7 @@ import Auth from '@site/static/icons/features/auth.svg'; diff --git a/docs/docs/caching/overview.mdx b/docs/docs/caching/overview.mdx index 4ce78fe9aa7..7d160502472 100644 --- a/docs/docs/caching/overview.mdx +++ b/docs/docs/caching/overview.mdx @@ -42,7 +42,7 @@ import Caching from '@site/static/icons/features/caching.svg'; diff --git a/docs/docs/data-federation/overview.mdx b/docs/docs/data-federation/overview.mdx index c0aed7edd68..7ce5b90ba2e 100644 --- a/docs/docs/data-federation/overview.mdx +++ b/docs/docs/data-federation/overview.mdx @@ -37,7 +37,7 @@ import DataFederation from '@site/static/icons/features/data_federation.svg'; diff --git a/docs/docs/databases/athena/_category_.json b/docs/docs/databases/athena/_category_.json index 40dee0e12e7..4d0b894f042 100644 --- a/docs/docs/databases/athena/_category_.json +++ b/docs/docs/databases/athena/_category_.json @@ -1,4 +1,5 @@ { "label": "Amazon Athena", - "position": 10 + "position": 10, + "className": "beta-cat" } diff --git a/docs/docs/databases/overview.mdx b/docs/docs/databases/overview.mdx index 8a3ca94d308..088a413c31b 100644 --- a/docs/docs/databases/overview.mdx +++ b/docs/docs/databases/overview.mdx @@ -46,7 +46,7 @@ import Oracle from '@site/static/img/databases/logos/oracle.png'; diff --git a/docs/docs/databases/snowflake/_category_.json b/docs/docs/databases/snowflake/_category_.json index 3b54619a923..da9ce12b534 100644 --- a/docs/docs/databases/snowflake/_category_.json +++ b/docs/docs/databases/snowflake/_category_.json @@ -1,4 +1,5 @@ { "label": "Snowflake", - "position": 90 + "position": 90, + "className": "beta-cat" } diff --git a/docs/docs/deployment/overview.mdx b/docs/docs/deployment/overview.mdx index 9058a49efa5..0e8fbbd7835 100644 --- a/docs/docs/deployment/overview.mdx +++ b/docs/docs/deployment/overview.mdx @@ -45,7 +45,7 @@ import Deployment from '@site/static/icons/features/deployment.svg'; diff --git a/docs/docs/enterprise/overview.mdx b/docs/docs/enterprise/overview.mdx index 4832cf4711e..aa1c94cf4d5 100644 --- a/docs/docs/enterprise/overview.mdx +++ b/docs/docs/enterprise/overview.mdx @@ -52,7 +52,7 @@ import Enterprise from '@site/static/icons/features/enterprise.svg'; diff --git a/docs/docs/event-triggers/overview.mdx b/docs/docs/event-triggers/overview.mdx index 0ac42857a0c..5dcf6543502 100644 --- a/docs/docs/event-triggers/overview.mdx +++ b/docs/docs/event-triggers/overview.mdx @@ -35,7 +35,7 @@ import Thumbnail from '@site/src/components/Thumbnail'; diff --git a/docs/docs/getting-started/overview.mdx b/docs/docs/getting-started/overview.mdx index 50a8310b695..3b4aab257b0 100644 --- a/docs/docs/getting-started/overview.mdx +++ b/docs/docs/getting-started/overview.mdx @@ -42,7 +42,7 @@ import Basics from '@site/static/icons/features/basics.svg'; diff --git a/docs/docs/hasura-cli/overview.mdx b/docs/docs/hasura-cli/overview.mdx index 635dc76634e..eb868ebb1ee 100644 --- a/docs/docs/hasura-cli/overview.mdx +++ b/docs/docs/hasura-cli/overview.mdx @@ -39,7 +39,7 @@ import CLI from '@site/static/icons/features/cli.svg'; diff --git a/docs/docs/hasura-cloud/overview.mdx b/docs/docs/hasura-cloud/overview.mdx index 3c8b72c8e75..78c6586b29c 100644 --- a/docs/docs/hasura-cloud/overview.mdx +++ b/docs/docs/hasura-cloud/overview.mdx @@ -41,7 +41,7 @@ import Cloud from '@site/static/icons/features/cloud.svg'; diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 3f46cc6d40f..104d7f945d3 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -57,7 +57,7 @@ import Testing from '@site/static/icons/features/testing.svg';
diff --git a/docs/docs/migrations-metadata-seeds/overview.mdx b/docs/docs/migrations-metadata-seeds/overview.mdx index 611d11dc7e4..0ddb23edafa 100644 --- a/docs/docs/migrations-metadata-seeds/overview.mdx +++ b/docs/docs/migrations-metadata-seeds/overview.mdx @@ -39,7 +39,7 @@ import MMS from '@site/static/icons/features/mms.svg'; diff --git a/docs/docs/mutations/overview.mdx b/docs/docs/mutations/overview.mdx index ccb7c62faa5..0d1c8344f5a 100644 --- a/docs/docs/mutations/overview.mdx +++ b/docs/docs/mutations/overview.mdx @@ -35,7 +35,7 @@ import Mutations from '@site/static/icons/features/mutations.svg'; diff --git a/docs/docs/observability/overview.mdx b/docs/docs/observability/overview.mdx index 49213cc0b1a..b3b196ff317 100644 --- a/docs/docs/observability/overview.mdx +++ b/docs/docs/observability/overview.mdx @@ -41,7 +41,7 @@ import Observability from '@site/static/icons/features/observability.svg'; diff --git a/docs/docs/queries/overview.mdx b/docs/docs/queries/overview.mdx index 849446c39ff..fed626797fb 100644 --- a/docs/docs/queries/overview.mdx +++ b/docs/docs/queries/overview.mdx @@ -35,7 +35,7 @@ import Queries from '@site/static/icons/features/queries.svg'; diff --git a/docs/docs/remote-schemas/overview.mdx b/docs/docs/remote-schemas/overview.mdx index 6ea795bb169..8d5e44edc58 100644 --- a/docs/docs/remote-schemas/overview.mdx +++ b/docs/docs/remote-schemas/overview.mdx @@ -39,7 +39,7 @@ import Remote from '@site/static/icons/features/remote_schema.svg'; diff --git a/docs/docs/restified/overview.mdx b/docs/docs/restified/overview.mdx index ed81eb87fe6..0a5a1564bc4 100644 --- a/docs/docs/restified/overview.mdx +++ b/docs/docs/restified/overview.mdx @@ -40,7 +40,7 @@ import REST from '@site/static/icons/features/restified.svg'; diff --git a/docs/docs/scheduled-triggers/overview.mdx b/docs/docs/scheduled-triggers/overview.mdx index ba1b2b5274e..dc0b479ef71 100644 --- a/docs/docs/scheduled-triggers/overview.mdx +++ b/docs/docs/scheduled-triggers/overview.mdx @@ -42,7 +42,7 @@ import ScheduledTriggers from '@site/static/icons/features/scheduled_triggers.sv diff --git a/docs/docs/schema/overview.mdx b/docs/docs/schema/overview.mdx index 6c0aac77fbc..a026dc7e77f 100644 --- a/docs/docs/schema/overview.mdx +++ b/docs/docs/schema/overview.mdx @@ -43,7 +43,7 @@ import Schema from '@site/static/icons/features/schema.svg'; diff --git a/docs/docs/security/overview.mdx b/docs/docs/security/overview.mdx index 30053b4ef1d..66d4b0bd362 100644 --- a/docs/docs/security/overview.mdx +++ b/docs/docs/security/overview.mdx @@ -37,7 +37,7 @@ import Security from '@site/static/icons/features/security.svg'; diff --git a/docs/docs/subscriptions/overview.mdx b/docs/docs/subscriptions/overview.mdx index 1ab470df19b..2a3e5854523 100644 --- a/docs/docs/subscriptions/overview.mdx +++ b/docs/docs/subscriptions/overview.mdx @@ -33,7 +33,7 @@ import Subscriptions from '@site/static/icons/features/subscriptions.svg';