docs: unmark logical models and native queries as pro-only in postgres

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9546
GitOrigin-RevId: c01652e4af7f19b426324262696a3ab089a81037
This commit is contained in:
Gil Mizrahi 2023-06-14 17:33:29 +03:00 committed by hasura-bot
parent 5d76f9cabf
commit 1d9fd51779
4 changed files with 0 additions and 8 deletions

View File

@ -12,13 +12,10 @@ keywords:
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ProductBadge from '@site/src/components/ProductBadge';
import Thumbnail from '@site/src/components/Thumbnail';
# BigQuery: Logical Models
<ProductBadge standard pro ee self />
## Introduction
:::tip Supported from

View File

@ -12,7 +12,6 @@ keywords:
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ProductBadge from '@site/src/components/ProductBadge';
import Thumbnail from '@site/src/components/Thumbnail';
# MS SQL Server: Logical Models

View File

@ -12,13 +12,10 @@ keywords:
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import ProductBadge from '@site/src/components/ProductBadge';
import Thumbnail from '@site/src/components/Thumbnail';
# Postgres: Logical Models
<ProductBadge standard pro ee self />
## Introduction
:::tip Supported from

View File

@ -20,7 +20,6 @@ import Thumbnail from '@site/src/components/Thumbnail';
# Postgres: Native Queries
<div className="badge-container">
<ProductBadge standard pro ee self />
<div className="badge badge-gray heading-badge">Beta</div>
</div>