From 1dfd2e5fa6a6de56da484dc228e8d17ace053056 Mon Sep 17 00:00:00 2001 From: Facebook GitHub Bot Date: Thu, 5 Oct 2017 02:15:42 +0000 Subject: [PATCH] update website [ci skip] --- docs/en/search.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/en/search.html b/docs/en/search.html index 909c2dd230..d43d81d675 100644 --- a/docs/en/search.html +++ b/docs/en/search.html @@ -15,7 +15,10 @@ ... algolia: { ... - algoliaOptions: '{ facetFilters: [ "tags:VERSION" ], hitsPerPage: 5 }' + algoliaOptions: { + facetFilters: [ "tags:VERSION" ], + hitsPerPage: 5 + } }, }

Controlling the Location of the Search Bar #

By default, the search bar will be the rightmost element in the top navigation bar.

If you want to change the default location, add the searchBar flag in the headerLinks field of siteConfig.js in your desired location. For example, you may want the search bar in between your internal and external links.

const siteConfig = {
   ...