mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 18:02:54 +01:00
Merge pull request #542 from torkelrogstad/2019-06-20-website-search
Docs: Add Algolia search to website
This commit is contained in:
commit
98b0a6de08
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user