Enable Algolia Docsearch (#1688)

This commit is contained in:
ylemkimon
2018-09-04 06:58:28 +09:00
committed by GitHub
parent 4178639ea5
commit ddc287e551

View File

@@ -172,6 +172,14 @@ const siteConfig = {
separateCss: ['static/static', 'static\\static'],
algolia: {
apiKey: '46ecd80046d78d4e5d9a5c06f559dfaa',
indexName: 'katex',
algoliaOptions: {
facetFilters: ['language:LANGUAGE', 'version:VERSION'],
},
},
/* On page navigation for the current documentation page */
onPageNav: 'separate',