Skip to content

Commit

Permalink
docs: add search (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoffeastrom committed May 23, 2018
1 parent 1c1a07b commit 024f817
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 460 deletions.
14 changes: 7 additions & 7 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ const siteConfig = {
],
repoUrl: 'https://github.com/qlik-oss/after-work.js',
editUrl: 'https://github.com/qlik-oss/after-work.js/edit/master/docs/',
// algolia: {
// apiKey: '3acaf839e39f2abc9d53e17093978fe3',
// indexName: 'aw',
// algoliaOptions: {
// hitsPerPage: 7,
// },
// },
algolia: {
apiKey: '7391fc0b98505aa291842bf80570754f',
indexName: 'aw',
algoliaOptions: {
hitsPerPage: 7,
},
},
};

module.exports = siteConfig;
Loading

0 comments on commit 024f817

Please sign in to comment.