Skip to content

Commit

Permalink
docs: 馃攳 Add algolia docsearchOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 12, 2019
1 parent 442baa5 commit c8b96a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/graphin-site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,8 @@ module.exports = {
},
],
},
docsearchOptions: {
apiKey: '159c16127929bd9fe6a3087f9ddddcb9',
indexName: 'antv_graphin',
},
};
4 changes: 2 additions & 2 deletions packages/graphin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/antvis/graphin"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "^0.9.95",
"@antv/gatsby-theme-antv": "^0.10.17",
"gatsby": "^2.17.7",
"gh-pages": "^2.1.1"
},
Expand All @@ -28,4 +28,4 @@
"react": "^16.11.0",
"react-i18next": "^11.0.1"
}
}
}

0 comments on commit c8b96a1

Please sign in to comment.