Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable search for react-redux site #1060

Merged
merged 1 commit into from
Oct 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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