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

Commit d6d372b

Browse files
author
Sylvain Pace
committed
add bootstrap temporary example with version #313 twbs/bootstrap#26247 twbs/bootstrap#26244
1 parent 7a2e827 commit d6d372b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

configs/bootstrap-v4_temp.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"index_name": "bootstrap-v4_temp",
3+
"start_urls": [
4+
{
5+
"url": "https://getbootstrap.com/docs/(?P<version>.*?)/",
6+
"variables": {
7+
"version": [
8+
"4.0",
9+
"4.1"
10+
]
11+
}
12+
}
13+
],
14+
"stop_urls": [],
15+
"selectors": {
16+
"lvl0": {
17+
"selector": ".bd-toc-item.active > a",
18+
"global": true,
19+
"default_value": "Documentation"
20+
},
21+
"lvl1": ".bd-content h1",
22+
"lvl2": ".bd-content h2",
23+
"lvl3": ".bd-content h3",
24+
"text": ".bd-content p, .bd-content li, .bd-example"
25+
},
26+
"conversation_id": [
27+
"423628659"
28+
],
29+
"selectors_exclude": [
30+
".bd-example"
31+
],
32+
"nb_hits": 4724
33+
}

0 commit comments

Comments
 (0)