forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlightningdesignsystem.json
75 lines (75 loc) · 1.74 KB
/
lightningdesignsystem.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
{
"index_name": "lightningdesignsystem",
"start_urls": [
{
"url": "https://www.lightningdesignsystem.com/components/",
"page_rank": 2
},
{
"url": "https://www.lightningdesignsystem.com/design-tokens/",
"page_rank": 1
},
{
"url": "https://www.lightningdesignsystem.com/icons/",
"page_rank": 1
},
{
"url": "https://www.lightningdesignsystem.com/guidelines/",
"page_rank": -1
},
{
"url": "https://www.lightningdesignsystem.com/faq/",
"page_rank": -2
},
{
"url": "https://www.lightningdesignsystem.com/platforms/",
"page_rank": -2
},
{
"url": "https://www.lightningdesignsystem.com/getting-started/",
"page_rank": -2
},
{
"url": "https://www.lightningdesignsystem.com/release-notes/",
"page_rank": -3
},
{
"url": "https://www.lightningdesignsystem.com/articles/",
"page_rank": -3
},
{
"url": "https://www.lightningdesignsystem.com/downloads/",
"page_rank": -3
},
{
"url": "https://www.lightningdesignsystem.com/",
"page_rank": 1
},
{
"url": "https://archive-(?P<version>.*?).lightningdesignsystem.com/",
"variables": {
"version": [
"2_2_2",
"2_0_3",
"1_0_5"
]
}
}
],
"custom_settings": {
"separatorsToIndex": ".-_"
},
"stop_urls": [],
"selectors_exclude": [
"span.slds-badge",
".docsearch-ignore"
],
"selectors": {
"lvl0": ".docsearch-category",
"lvl1": "h1",
"lvl2": ".docsearch-level-2 .slds-hide, #overview",
"text": ".site-content p, .docsearch-text, .slds-text-longform p, .site-content th"
},
"min_indexed_level": 1,
"nb_hits": 10895
}