Merge pull request #542 from torkelrogstad/2019-06-20-website-search

Docs: Add Algolia search to website
This commit is contained in:
Torkel Rogstad 2019-06-20 16:46:00 +02:00 committed by GitHub
commit 98b0a6de08

View File

@ -92,6 +92,12 @@ const siteConfig = {
/** Makes the user showcase appear */
users,
/** Enables doc search */
algolia: {
apiKey: "0a510688bf8448e19aeb380377d328d3",
indexName: "bitcoin-s"
},
/* path to images for header/footer */
headerIcon: "img/favicon.ico",
footerIcon: "img/favicon.ico",