From cb9c370630851012ea3da322a6e3e733ea232fae Mon Sep 17 00:00:00 2001 From: s-pace Date: Tue, 23 Oct 2018 10:34:39 +0200 Subject: [PATCH] new versions integration of gatsbyjs/gatsby#9159 --- configs/gatsbyjs.json | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/configs/gatsbyjs.json b/configs/gatsbyjs.json index 479e70159..e0a04333b 100644 --- a/configs/gatsbyjs.json +++ b/configs/gatsbyjs.json @@ -20,10 +20,31 @@ "tags": [ "blog" ] + }, + { + "url": "https://v1.gatsbyjs.org/docs/", + "tags": [ + "docs" + ] + }, + { + "url": "https://v1.gatsbyjs.org/tutorial/", + "selectors_key": "tutorial", + "tags": [ + "tutorial" + ] + }, + { + "url": "https://v1.gatsbyjs.org/blog/", + "selectors_key": "blog", + "tags": [ + "blog" + ] } ], "sitemap_urls": [ - "https://www.gatsbyjs.org/sitemap.xml" + "https://www.gatsbyjs.org/sitemap.xml", + "https://v1.gatsbyjs.org/sitemap.xml" ], "stop_urls": [ "/packages/", @@ -86,8 +107,14 @@ "#next-steps", "#next-steps ~ p" ], + "custom_settings": { + "attributesForFaceting": [ + "version", + "tags" + ] + }, "conversation_id": [ "487785557" ], - "nb_hits": 7910 + "nb_hits": 13227 } \ No newline at end of file