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:
Héctor Ramos 2016-11-16 10:27:39 -08:00 коммит произвёл Facebook Github Bot
Родитель 14ac051c19
Коммит 364113fa5e
1 изменённых файлов: 2 добавлений и 0 удалений

2
website/src/react-native/versions.js поставляемый
Просмотреть файл

@ -64,6 +64,8 @@ var versions = React.createClass({
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 (
<Site section="versions" title="React Native Versions">
<section className="content wrap documentationContent nosidebar">