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

Update Bootstrap config for beta release #174

Merged
merged 3 commits into from
Jul 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}