Skip to content

Commit

Permalink
docs: enable search for docusaurus site (reduxjs#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey authored and timdorr committed Oct 24, 2018
1 parent 92a80a8 commit 4dd2646
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ const siteConfig = {
title: "React Redux", // Title for your website.
tagline: "React Redux Documentation",
url: "https://react-redux.js.org", // Your website URL
baseUrl: "/", // Base URL for your project */
// For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io',
// baseUrl: '/test-site/',
baseUrl: "/",
algolia: {
apiKey: '2d058d216b7fd5d68d481fd48ee72c06',
indexName: 'react-redux',
algoliaOptions: {}
},

// Used for publishing and more
projectName: "react-redux",
Expand Down

0 comments on commit 4dd2646

Please sign in to comment.