forked from salesforce-ux/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
searchconfig.json
60 lines (60 loc) · 1.25 KB
/
searchconfig.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"index_name": "summer-23",
"start_urls": [
{
"url": "http://localhost/components/overview",
"page_rank": 2
},
{
"url": "http://localhost/design-tokens/",
"page_rank": 1
},
{
"url": "http://localhost/icons/",
"page_rank": 1
},
{
"url": "http://localhost/guidelines/",
"page_rank": -1
},
{
"url": "http://localhost/faq/",
"page_rank": -2
},
{
"url": "http://localhost/platforms/",
"page_rank": -2
},
{
"url": "http://localhost/getting-started/",
"page_rank": -2
},
{
"url": "http://localhost/release-notes/",
"page_rank": -3
},
{
"url": "http://localhost/articles/",
"page_rank": -3
},
{
"url": "http://localhost/downloads/",
"page_rank": -3
},
{
"url": "http://localhost/",
"page_rank": 1
}
],
"separatorsToIndex": ".-_",
"stop_urls": [],
"selectors_exclude": ["span.slds-badge", ".docsearch-ignore"],
"selectors": {
"lvl0": ".docsearch-category",
"lvl1": "h1",
"lvl2": ".docsearch-level-2",
"text": ".site-main-stage p, .docsearch-text, .slds-text-longform p, .site-content th"
},
"min_indexed_level": 1,
"nb_hits": 19300
}