From c529326ef54b24250005477d9b183a98584bbc8c Mon Sep 17 00:00:00 2001 From: PedroAntunesCosta <47991446+PedroAntunesCosta@users.noreply.github.com> Date: Wed, 18 May 2022 15:31:29 -0300 Subject: [PATCH] Updating `releases` file and release note title --- docs/blog/2022-05-18-faststore.md | 2 +- docs/static/data/releases.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/blog/2022-05-18-faststore.md b/docs/blog/2022-05-18-faststore.md index 07c79d8312..9e34b7118a 100644 --- a/docs/blog/2022-05-18-faststore.md +++ b/docs/blog/2022-05-18-faststore.md @@ -4,7 +4,7 @@ tags: [faststore] hide_table_of_contents: false --- -# FastStore API documentation updated +# FastStore API documentation available on GraphiQL We have made available FastStore API reference documentation. You can check it now by using [GraphiQL](https://github.com/graphql/graphiql). diff --git a/docs/static/data/releases.json b/docs/static/data/releases.json index 145290ba34..8b980dcb3e 100644 --- a/docs/static/data/releases.json +++ b/docs/static/data/releases.json @@ -1,4 +1,10 @@ [ + { + "title": "FastStore API documentation available on GraphiQL", + "product": "FastStore", + "fileName": "2022-05-18-faststore", + "description": "The FastStore API types, queries and mutations have been documented. You can check it now by using GraphiQL." + }, { "title": "Faster builds with new WebOps caching system", "product": "WebOps",