From 787bf39489e0be570e8a85887fd2e0081def5cdf Mon Sep 17 00:00:00 2001 From: Carolina Menezes Date: Wed, 26 Jan 2022 12:09:57 -0300 Subject: [PATCH] Add update to Doc Update --- docs/static/data/doc-update.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/static/data/doc-update.json b/docs/static/data/doc-update.json index 249a165a30..7c1158b24c 100644 --- a/docs/static/data/doc-update.json +++ b/docs/static/data/doc-update.json @@ -1,4 +1,17 @@ [ + { + "date": "2022-01-26", + "type": "Added", + "menu": "How-to Guides", + "category": "CMS Integration", + "path": "/how-to-guides/cms/vtex-headless-cms", + "docs": [ + { + "path": "/how-to-guides/cms/vtex-headless-cms/Migrating%20from%20gatsby-plugin-cms%20to%20gatsby-source-cms", + "title": "Migrating from gatsby-plugin-cms to gatsby-source-cms" + } + ] + }, { "date": "2022-01-17", "type": "Added",