Skip to content

Commit

Permalink
editing and updating the PR algolia#440 ref eslint/archive-website#475
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Pace committed Jun 7, 2018
1 parent e8b4c0a commit 0640ae3
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions configs/eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"start_urls": [
{
"url": "https://eslint.org/blog/",
"tags": "blog",
"tags": [
"blog"
],
"selectors_key": "blog"
},
{
Expand All @@ -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<version>\\d+\\.0\\.0)/"
".html$",
"https://eslint.org/docs/\\d"
],
"selectors": {
"default": {
Expand All @@ -49,5 +54,5 @@
}
},
"scrap_start_urls": false,
"nb_hits": 28652
"nb_hits": 17911
}

0 comments on commit 0640ae3

Please sign in to comment.