Skip to content

Commit

Permalink
Merge pull request antvis#311 from antvis/algolia-search
Browse files Browse the repository at this point in the history
docs: 🔍 Add algolia docsearchOptions
  • Loading branch information
诸岳 authored Dec 12, 2019
2 parents 1968775 + 9f1e614 commit 8a61c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,9 @@ module.exports = {
},
},
],
docsearchOptions: {
apiKey: 'c0fb0f71e3b70638cf4756bf128a42e6',
indexName: 'antv_g',
},
},
};
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"dependencies": {
"@antv/gatsby-theme-antv": "^0.9.4",
"@antv/gatsby-theme-antv": "^0.10.17",
"@antv/istanbul": "0.0.0",
"@antv/torch": "^1.0.0",
"gatsby": "^2.15.34",
Expand Down Expand Up @@ -94,4 +94,4 @@
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
}
}
}

0 comments on commit 8a61c74

Please sign in to comment.