-
Notifications
You must be signed in to change notification settings - Fork 827
/
searchconfig.json
77 lines (77 loc) · 1.94 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"index_name": "winter-25",
"start_urls": [
{
"url": "http://host.docker.internal/components/overview",
"page_rank": 2
},
{
"url": "http://host.docker.internal/design-tokens/",
"page_rank": 1
},
{
"url": "http://host.docker.internal/icons/",
"page_rank": 1
},
{
"url": "http://host.docker.internal/guidelines/",
"page_rank": -1
},
{
"url": "http://host.docker.internal/kinetics/",
"page_rank": -1
},
{
"url": "http://host.docker.internal/resources/faq/",
"page_rank": -2
},
{
"url": "http://host.docker.internal/platforms/",
"page_rank": -2
},
{
"url": "http://host.docker.internal/getting-started/",
"page_rank": -2
},
{
"url": "http://host.docker.internal/release-notes/",
"page_rank": -3
},
{
"url": "http://host.docker.internal/resources/articles/",
"page_rank": -3
},
{
"url": "http://host.docker.internal/resources/downloads/",
"page_rank": -3
},
{
"url": "http://host.docker.internal/",
"page_rank": 1
}
],
"separatorsToIndex": ".-_",
"stop_urls": [
"http://host.docker.internal/components/.*?/\\?variant.*?",
"http://host.docker.internal/components/.*?/\\?modifiers.*?",
"http://host.docker.internal/components/.*?/\\?example.*?"
],
"selectors_exclude": ["span.slds-badge", ".docsearch-ignore"],
"selectors": {
"lvl0": ".docsearch-category",
"lvl1": "h1",
"lvl2": {
"selector": ".docsearch-level-2, .site-main-stage h2",
"strip_chars": "#"
},
"lvl3": {
"selector": ".docsearch-level-3, .site-main-stage h3",
"strip_chars": "#"
},
"text": ".site-main-stage p, .site-main-stage__content li, .site-main-stage figure, .docsearch-text, .slds-text-longform p, .site-content th"
},
"min_indexed_level": 1,
"js_render": true,
"js_wait": 1,
"nb_hits": 19300
}