mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
Enable Algolia Docsearch (#1688)
This commit is contained in:
@@ -172,6 +172,14 @@ const siteConfig = {
|
|||||||
|
|
||||||
separateCss: ['static/static', 'static\\static'],
|
separateCss: ['static/static', 'static\\static'],
|
||||||
|
|
||||||
|
algolia: {
|
||||||
|
apiKey: '46ecd80046d78d4e5d9a5c06f559dfaa',
|
||||||
|
indexName: 'katex',
|
||||||
|
algoliaOptions: {
|
||||||
|
facetFilters: ['language:LANGUAGE', 'version:VERSION'],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
/* On page navigation for the current documentation page */
|
/* On page navigation for the current documentation page */
|
||||||
onPageNav: 'separate',
|
onPageNav: 'separate',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user