This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
s-pace
committed
Oct 22, 2018
1 parent
01f2ee8
commit 00552a8
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"index_name": "create-react-app", | ||
"start_urls": [ | ||
"https://facebook.github.io/create-react-app/" | ||
], | ||
"sitemap_urls": [ | ||
"https://facebook.github.io/create-react-app/sitemap.xml" | ||
], | ||
"sitemap_alternate_links": true, | ||
"stop_urls": [], | ||
"selectors": { | ||
"lvl0": { | ||
"selector": "//*[contains(@class,'navGroups')]//*[contains(@class,'navListItemActive')]/preceding::h3[1]", | ||
"type": "xpath", | ||
"global": true, | ||
"default_value": "Documentation" | ||
}, | ||
"lvl1": ".post h1", | ||
"lvl2": ".post h2", | ||
"lvl3": ".post h3", | ||
"lvl4": ".post h4", | ||
"text": ".post article p, .post article li" | ||
}, | ||
"selectors_exclude": [ | ||
".hash-link" | ||
], | ||
"custom_settings": { | ||
"attributesForFaceting": [ | ||
"language", | ||
"version" | ||
] | ||
}, | ||
"conversation_id": [ | ||
"689861344" | ||
], | ||
"nb_hits": 758 | ||
} |
00552a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
facebook/create-react-app#5238
00552a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be search ready though. @amyrlam did you get an API key from Algolia already ?
00552a8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@endiliey I did! Here's the PR: facebook/create-react-app#5551