diff --git a/docs/docs/databases/oracle/cloud.mdx b/docs/docs/databases/oracle/cloud.mdx index 20c6fba7d69..4aa5e75c1cb 100644 --- a/docs/docs/databases/oracle/cloud.mdx +++ b/docs/docs/databases/oracle/cloud.mdx @@ -25,14 +25,15 @@ This guide will help you get set up with [Hasura Cloud](/hasura-cloud/overview.m :::tip Supported versions -1. Hasura GraphQL Engine `v2.21.0` onwards +1. Hasura GraphQL Engine `v2.23.0` onwards 2. Oracle version 18.0 and higher ::: :::tip Alpha version supported features -Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and permissions on Oracle. +Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and +permissions on Oracle. Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, so the database you connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to @@ -87,4 +88,4 @@ If you'd like to stay informed about the status of Oracle support, subscribe to Discord! - [Join the newsletter list](https://hasura.io/newsletter/) -- [Join the Hasura Discord](https://discord.com/invite/hasura) +- [Join the Hasura Discord](https://discord.com/invite/hasura) \ No newline at end of file diff --git a/docs/docs/databases/oracle/docker.mdx b/docs/docs/databases/oracle/docker.mdx index 25d366b4c50..a75d1c48df7 100644 --- a/docs/docs/databases/oracle/docker.mdx +++ b/docs/docs/databases/oracle/docker.mdx @@ -29,7 +29,7 @@ Oracle GraphQL Data Connector. :::tip Supported versions -1. Hasura GraphQL Engine `v2.21.0` onwards +1. Hasura GraphQL Engine `v2.23.0` onwards 2. Oracle version 18.0 and higher ::: diff --git a/docs/docs/databases/oracle/index.mdx b/docs/docs/databases/oracle/index.mdx index 8be197b9ff5..2835bf202cf 100644 --- a/docs/docs/databases/oracle/index.mdx +++ b/docs/docs/databases/oracle/index.mdx @@ -30,14 +30,15 @@ To get started with Oracle: :::tip Supported versions -1. Hasura GraphQL Engine `v2.21.0` onwards +1. Hasura GraphQL Engine `v2.23.0` onwards 2. Oracle version 18.0 and higher ::: :::tip Alpha version supported features -Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and permissions on Oracle. +Hasura currently supports queries, mutations (INSERT, UPDATE, DELETE), table relationships, remote relationships and +permissions on Oracle. Note that Hasura doesn't yet support the ability to modify the database schema for Oracle, so the database you connect to should already contain tables and data. You should also ideally have access to it outside of Hasura to @@ -48,4 +49,4 @@ modify the schema. ## Coming soon for Oracle - [Subscriptions](/subscriptions/overview.mdx) -- [Event triggers](/event-triggers/overview.mdx) +- [Event triggers](/event-triggers/overview.mdx) \ No newline at end of file diff --git a/docs/src/css/badges.scss b/docs/src/css/badges.scss index 9cd415e0808..f55ff4c773c 100644 --- a/docs/src/css/badges.scss +++ b/docs/src/css/badges.scss @@ -47,6 +47,28 @@ } } } + .theme-doc-sidebar-item-category.beta-cat { + .menu__list-item-collapsible { + .menu__link { + position: relative; + &:after { + content: "Beta"; + font-size: 0.7rem; + font-weight: normal; + margin-left: 5px; + color: white; + padding: 2px 5px; + border-radius: 5px; + min-height: unset; + width: unset; + height: unset; + background: none; + background-color: var(--ifm-color-gray-600); + transform: none; + } + } + } + } } // Menu badge style for beta docs