1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

Merge pull request #522 from verdaccio/feat-website

chore(website): enable algolia
This commit is contained in:
Juan Picado @jotadeveloper 2018-01-22 20:35:50 +01:00 committed by GitHub
commit 38bb1e6433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,10 @@ const siteConfig = {
// Highlight.js theme to use for syntax highlighting in code blocks
theme: 'default',
},
algolia: {
apiKey: 'a8b4d117e513cd8d71d6a95e3d9d4a91',
indexName: 'verdaccio',
},
gaTrackingId: 'UA-2527438-21',
twitter: true,
scripts: ['https://buttons.github.io/buttons.js'],