mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
add search to docs
This commit is contained in:
parent
27b659dde1
commit
2beb44b591
@ -8,6 +8,11 @@ module.exports = {
|
|||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
organizationName: 'blakeblackshear',
|
organizationName: 'blakeblackshear',
|
||||||
projectName: 'frigate',
|
projectName: 'frigate',
|
||||||
|
algolia: {
|
||||||
|
apiKey: '81ec882db78f7fed05c51daf973f0362',
|
||||||
|
indexName: 'frigate',
|
||||||
|
algoliaOptions: { 'facetFilters': ["type:$TYPE"] }
|
||||||
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Frigate',
|
title: 'Frigate',
|
||||||
|
Loading…
Reference in New Issue
Block a user