From 7053b87616a927d2b87e9e3cc494f22c95df29e6 Mon Sep 17 00:00:00 2001 From: Sean Park-Ross <94021366+seanparkross@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:58:42 +0200 Subject: [PATCH] Docs: Refactor UPPERCASE admonitions PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8717 GitOrigin-RevId: 1bd5c2dff9fe19f5d2bc3fec674c1d77f7d53861 --- docs/docs/caching/caching-config.mdx | 2 +- docs/docs/caching/quickstart.mdx | 2 +- docs/docs/databases/postgres/azure.mdx | 6 +++--- .../one-click-deploy/create-one-click-to-deploy-apps.mdx | 2 +- docs/docs/hasura-cloud/one-click-deploy/index.mdx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/caching/caching-config.mdx b/docs/docs/caching/caching-config.mdx index d7bf30b7dcc..79a074e804f 100644 --- a/docs/docs/caching/caching-config.mdx +++ b/docs/docs/caching/caching-config.mdx @@ -90,7 +90,7 @@ warning header: Warning: 199 - cache-store-capacity-exceeded ``` -:::info SLIDING WINDOW POLICIES +:::info Sliding window policies A sliding window policy maintains a queue of a specified size, into which entities flow. When the queue is full and a new entity arrives, the oldest entity in the queue is removed from the window (FIFO). diff --git a/docs/docs/caching/quickstart.mdx b/docs/docs/caching/quickstart.mdx index a1a1c9e9c5d..33d505dc07d 100644 --- a/docs/docs/caching/quickstart.mdx +++ b/docs/docs/caching/quickstart.mdx @@ -61,7 +61,7 @@ query MyProducts @cached(ttl: 120) { the cached directive" /> -:::tip DEFAULT TTL +:::tip Default TTL By default the TTL is set to 60 seconds. diff --git a/docs/docs/databases/postgres/azure.mdx b/docs/docs/databases/postgres/azure.mdx index 6a8145bded4..102cb7b6b0a 100644 --- a/docs/docs/databases/postgres/azure.mdx +++ b/docs/docs/databases/postgres/azure.mdx @@ -80,7 +80,7 @@ If you're using Hasura Cloud, you can quickly find your IP address from the -:::info SELF-HOSTED INSTANCES +:::info Self-hosted instances If you're using a self-hosted solution, you'll need to determine the IP address manually depending on your hosting service. @@ -98,14 +98,14 @@ this server`, if you require intra-Azure connectivity. Finally, click `Review + create` to review your settings, and if you're happy, create the database. -:::info POSTGRES PERMISSIONS +:::info Postgres permissions If you're using a database user other than the default one, make sure to give it the right [Postgres permissions](/deployment/postgres-requirements.mdx#managed-pg-permissions). ::: -:::info JIT COMPATIBIILITY +:::info JIT compatibility For Azure flexible server, Hasura `v1.x` does not work with [JIT](https://www.postgresql.org/docs/11/runtime-config-query.html#GUC-JIT) turned on. JIT can be turned off from Azure diff --git a/docs/docs/hasura-cloud/one-click-deploy/create-one-click-to-deploy-apps.mdx b/docs/docs/hasura-cloud/one-click-deploy/create-one-click-to-deploy-apps.mdx index 01d50e16a9c..16e4ccfc52a 100644 --- a/docs/docs/hasura-cloud/one-click-deploy/create-one-click-to-deploy-apps.mdx +++ b/docs/docs/hasura-cloud/one-click-deploy/create-one-click-to-deploy-apps.mdx @@ -48,7 +48,7 @@ The file structure of the project directory containing the Metadata, Migration, Once the project directory is created with the application assets, push them to a public GitHub repository to be used as the source of your One Click Deploy app. -:::info LOOKING FOR AN EXAMPLE? +:::info Looking for an example? Check out what a Hasura project directory looks like with this [e-commerce app](https://github.com/hasura/data-hub/tree/main/data-models/postgres/ecommerce/hasura). diff --git a/docs/docs/hasura-cloud/one-click-deploy/index.mdx b/docs/docs/hasura-cloud/one-click-deploy/index.mdx index fcb3f186787..b006a5fa02b 100644 --- a/docs/docs/hasura-cloud/one-click-deploy/index.mdx +++ b/docs/docs/hasura-cloud/one-click-deploy/index.mdx @@ -20,7 +20,7 @@ One Click Deploy to Hasura Cloud enables you to instantly deploy a Hasura applic Hasura Cloud. This feature can be used to share Hasura applications with Metadata, Migrations and Seeds with anyone and they can try them out instantly on Hasura Cloud. -:::info TRY IT OUT +:::info Try it out - Try deploying some sample apps from the [Hasura Hub](https://hasura.io/hub/). - [Create a One Click Deploy app](./create-one-click-to-deploy-apps.mdx) to share your Hasura application.