Skip to content

Commit

Permalink
update sqreen_io
Browse files Browse the repository at this point in the history
  • Loading branch information
s-pace committed May 25, 2020
1 parent e0ad29a commit c512fed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions configs/sqreen_io.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"index_name": "sqreen_io",
"start_urls": [
"https://docs.sqreen.io/"
"https://docs.sqreen.com/"
],
"stop_urls": [],
"selectors": {
"lvl0": ".md-nav--primary > ul.md-nav__list > li.md-nav__item--active > label",
"lvl1": ".md-nav--primary > ul.md-nav__list > li > nav > ul > li.md-nav__item--active > label",
"lvl2": ".md-content h2",
"lvl3": ".md-content h3",
"lvl4": ".md-content h4",
"lvl5": ".md-content h5",
"text": ".md-content p, .md-content li"
"lvl0": "article h1",
"lvl1": "article h2",
"lvl2": "article h3",
"lvl3": "article h4",
"lvl4": "article h5",
"lvl5": "article h6",
"text": "article p, article li"
},
"selectors_exclude": [
".md-sidebar--secondary",
Expand All @@ -22,5 +22,5 @@
"conversation_id": [
"457954753"
],
"nb_hits": 1819
"nb_hits": 3904
}

0 comments on commit c512fed

Please sign in to comment.