docs: add metadata descriptions to actions docs (#4082)

Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com>
This commit is contained in:
Marion Schleifer 2020-03-11 11:09:25 +01:00 committed by GitHub
parent 308482c529
commit f97937c912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 37 additions and 0 deletions

View File

@ -64,5 +64,6 @@
- fix casting citext column type (fix #2818) (#3861)
- Add downgrade command (close #1156) (#3760)
- persist mix files only when coverage is enabled (#3844)
- add meta descriptions to actions docs (#4082)
- `HASURA_GRAPHQL_EVENTS_FETCH_INTERVAL` changes semantics slightly: we only sleep for the interval
when there were previously no events to process. Potential space leak fixed. (#3839)

View File

@ -1,3 +1,7 @@
.. meta::
:description: Connecting Hasura actions with the graph
:keywords: hasura, docs, actions, connect
Connecting actions with the graph
=================================

View File

@ -1,3 +1,7 @@
.. meta::
:description: Action handlers for Hasura actions
:keywords: hasura, docs, actions, handlers
Action handlers
===============

View File

@ -1,3 +1,7 @@
.. meta::
:description: Async actions
:keywords: hasura, docs, actions, async actions
Async actions
=============

View File

@ -1,3 +1,7 @@
.. meta::
:description: Codegen for Hasura actions
:keywords: hasura, docs, actions, codegen
Actions codegen
===============

View File

@ -1,3 +1,7 @@
.. meta::
:description: Creating Hasura actions
:keywords: hasura, docs, actions, create
Creating actions
================

View File

@ -1,3 +1,7 @@
.. meta::
:description: Deriving Hasura actions
:keywords: hasura, docs, actions, derive
Deriving actions
================

View File

@ -1,3 +1,7 @@
.. meta::
:description: Hasura actions
:keywords: hasura, docs, actions
Actions (beta)
==============

View File

@ -1,3 +1,7 @@
.. meta::
:description: Custom GraphQL types for Hasura actions
:keywords: hasura, docs, actions, custom types
Custom GraphQL types
====================

View File

@ -1,3 +1,7 @@
.. meta::
:description: Hasura explain API reference
:keywords: hasura, docs, explain API, API reference
.. _explain_api_reference:
Explain API Reference