Add note on Algolia DocSearch
Summary: Our Algolia DocSearch box supports version-specific queries. If any commit will be drastically changing the way versions are listed in versions.html, we need to make sure https://github.com/algolia/docsearch-configs/blob/master/configs/react-native-versions.json is updated accordingly. This PR adds a note to that effect. Closes https://github.com/facebook/react-native/pull/10960 Differential Revision: D4190100 Pulled By: ericvicenti fbshipit-source-id: de960338f0814444aa1d37580635cf1173605f1c
This commit is contained in:
parent
14ac051c19
commit
364113fa5e
|
@ -64,6 +64,8 @@ var versions = React.createClass({
|
||||||
return version.type === 'release';
|
return version.type === 'release';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Note: Our Algolia DocSearch box supports version-specific queries. If you will be drastically changing the way versions are listed in this page, make sure https://github.com/algolia/docsearch-configs/blob/master/configs/react-native-versions.json is updated accordingly.
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Site section="versions" title="React Native Versions">
|
<Site section="versions" title="React Native Versions">
|
||||||
<section className="content wrap documentationContent nosidebar">
|
<section className="content wrap documentationContent nosidebar">
|
||||||
|
|
Loading…
Reference in New Issue