docs: misc updates

- increase h5 font size
- remove column operators from mutation reference
- nitpicks

GitOrigin-RevId: ba74bb65603e1c6f31e2386438ce22ebabb96e3c
This commit is contained in:
Rikin Kachhia 2021-02-19 15:01:47 +05:30 committed by hasura-bot
parent 7e79f8dc64
commit b59f900328
5 changed files with 7 additions and 14 deletions

View File

@ -40,6 +40,10 @@ dl dt, dl dd, .graphiql .graphiql-container .CodeMirror {
font-size: 18px;
}
[role="main"] h5 {
font-size: 16px;
}
form input[type="search"], form input[type="text"],
form input[type="email"], form input[type="password"],
form input[type="number"], form input[type="url"],

View File

@ -12,9 +12,6 @@ Hasura Cloud billing
:depth: 1
:local:
Introduction
------------
All Hasura Cloud billing related details can be found under the ``Billing`` tab in the Hasura Cloud dashboard

View File

@ -5,7 +5,7 @@
.. _ss_datadog_integration:
Datadog Integration
=====================
===================
.. contents:: Table of contents
:backlinks: none
@ -24,6 +24,7 @@ on the integrations tab on the project's setting page.
Configure Datadog Integration
-----------------------------
Navigate to the integrations tab on project settings page to find Datadog integration.
.. thumbnail:: /img/graphql/cloud/metrics/integrate-datadog.png

View File

@ -700,15 +700,6 @@ Operator
- ``_gte``
- ``_lte``
**Operators for comparing columns (all column types except json, jsonb)**:
- ``_ceq``
- ``_cneq``
- ``_cgt``
- ``_clt``
- ``_cgte``
- ``_cnlte``
**Text related operators:**
- ``_like``

View File

@ -4,7 +4,7 @@
.. _permission_rules:
Configuring Permission Rules
Configuring permission rules
============================
.. contents:: Table of contents