Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #174 from mdo/patch-1
Browse files Browse the repository at this point in the history
Update Bootstrap config for beta release
  • Loading branch information
ElPicador authored Jul 5, 2017
2 parents 457e6fe + 735e64d commit 845e743
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions configs/bootstrap-v4.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"index_name": "bootstrap-v4",
"start_urls": [
"https://v4-alpha.getbootstrap.com/"
"https://getbootstrap.com/"
],
"stop_urls": [],
"selectors": {
"lvl0": ".bd-pageheader h1",
"lvl1": ".bd-content h1",
"lvl2": ".bd-content h2",
"lvl3": ".bd-content h3",
"lvl4": ".bd-content h4",
"lvl5": ".bd-content h5",
"lvl0": ".bd-content h1",
"lvl1": ".bd-content h2",
"lvl2": ".bd-content h3",
"text": ".bd-content p, .bd-content li"
},
"min_indexed_level": 1,
"nb_hits": 2851
}
}

0 comments on commit 845e743

Please sign in to comment.