From 0640ae3e5b86a505f024a27f32f0ce4c6e1ef9b1 Mon Sep 17 00:00:00 2001 From: Sylvain Pace Date: Thu, 7 Jun 2018 10:49:51 +0200 Subject: [PATCH] editing and updating the PR algolia/docsearch-configs#440 ref eslint/eslint.github.io#475 --- configs/eslint.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/configs/eslint.json b/configs/eslint.json index 7c1d394e4..b93d9e9eb 100644 --- a/configs/eslint.json +++ b/configs/eslint.json @@ -3,7 +3,9 @@ "start_urls": [ { "url": "https://eslint.org/blog/", - "tags": "blog", + "tags": [ + "blog" + ], "selectors_key": "blog" }, { @@ -14,16 +16,19 @@ "user-guide", "developer-guide", "maintainer-guide" - ], - "tags": "docs" - } + ] + }, + "tags": [ + "docs" + ] } ], "sitemap_urls": [ "https://eslint.org/sitemap.xml" ], "stop_urls": [ - "https://eslint.org/docs/(?P\\d+\\.0\\.0)/" + ".html$", + "https://eslint.org/docs/\\d" ], "selectors": { "default": { @@ -49,5 +54,5 @@ } }, "scrap_start_urls": false, - "nb_hits": 28652 + "nb_hits": 17911 }