forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebpack-js-org.json
37 lines (37 loc) · 996 Bytes
/
webpack-js-org.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"index_name": "webpack-js-org",
"start_urls": [
"https://webpack.js.org/concepts/",
"https://webpack.js.org/guides/",
"https://webpack.js.org/api/",
"https://webpack.js.org/configuration/",
"https://webpack.js.org/loaders/",
"https://webpack.js.org/plugins/",
"https://webpack.js.org/development/"
],
"js_render": true,
"js_wait": 0,
"selectors_exclude": [
".contributors",
".todo",
".page__edit"
],
"selectors": {
"lvl0": ".navigation .navigation__link--active",
"lvl1": ".page__content h1",
"lvl2": ".page__content h2",
"lvl3": ".page__content h3",
"lvl4": ".page__content h4",
"lvl5": ".page__content h5",
"text": ".page__content p"
},
"custom_settings": {
"synonyms":
[["caching", "revisioning", "versioning",
"hashing", "renaming", "revving",
"content addressable", "persistent caching",
"consistent file hashing"]]
},
"min_indexed_level": 1,
"nb_hits": 8021
}