forked from algolia/docsearch-configs
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreact_styleguidist.json
73 lines (73 loc) · 2.04 KB
/
react_styleguidist.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
{
"index_name": "react_styleguidist",
"start_urls": [
{
"url": "https://react-styleguidist.js.org/docs/getting-started",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/documenting",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/components",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/webpack",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/cookbook",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/cli",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/api",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/development",
"selectors_key": "main"
},
{
"url": "https://react-styleguidist.js.org/docs/configuration",
"selectors_key": "config"
}
],
"stop_urls": [
"https://react-styleguidist.js.org/docs/getting-started.html",
"https://react-styleguidist.js.org/docs/documenting.html",
"https://react-styleguidist.js.org/docs/components.html",
"https://react-styleguidist.js.org/docs/webpack.html",
"https://react-styleguidist.js.org/docs/cookbook.html",
"https://react-styleguidist.js.org/docs/configuration.html",
"https://react-styleguidist.js.org/docs/cli.html",
"https://react-styleguidist.js.org/docs/api.html",
"https://react-styleguidist.js.org/docs/development.html"
],
"selectors": {
"main": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": "main.Main--main h1",
"lvl2": ".Layout--column h2",
"text": ".Layout--column p"
},
"config": {
"lvl0": {
"selector": "",
"default_value": "Documentation"
},
"lvl1": "main.Main--main h1",
"lvl2": ".Layout--column h4[id] a code",
"text": ".Layout--column p"
}
},
"nb_hits": 294
}