Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Commit 00552a8

Browse files
author
s-pace
committed
update create-react-app
1 parent 01f2ee8 commit 00552a8

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

configs/create-react-app.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"index_name": "create-react-app",
3+
"start_urls": [
4+
"https://facebook.github.io/create-react-app/"
5+
],
6+
"sitemap_urls": [
7+
"https://facebook.github.io/create-react-app/sitemap.xml"
8+
],
9+
"sitemap_alternate_links": true,
10+
"stop_urls": [],
11+
"selectors": {
12+
"lvl0": {
13+
"selector": "//*[contains(@class,'navGroups')]//*[contains(@class,'navListItemActive')]/preceding::h3[1]",
14+
"type": "xpath",
15+
"global": true,
16+
"default_value": "Documentation"
17+
},
18+
"lvl1": ".post h1",
19+
"lvl2": ".post h2",
20+
"lvl3": ".post h3",
21+
"lvl4": ".post h4",
22+
"text": ".post article p, .post article li"
23+
},
24+
"selectors_exclude": [
25+
".hash-link"
26+
],
27+
"custom_settings": {
28+
"attributesForFaceting": [
29+
"language",
30+
"version"
31+
]
32+
},
33+
"conversation_id": [
34+
"689861344"
35+
],
36+
"nb_hits": 758
37+
}

0 commit comments

Comments
 (0)