From 364113fa5ed03ba8287c665344014a4c01ce25e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Wed, 16 Nov 2016 10:27:39 -0800 Subject: [PATCH] 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 --- website/src/react-native/versions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/react-native/versions.js b/website/src/react-native/versions.js index 581a57257d4..041b3f547b5 100644 --- a/website/src/react-native/versions.js +++ b/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 (