Upgrade to latest docusaurus (#4303)

* upgrade to latest docusaurus

* patch vuln

* fix broken link
This commit is contained in:
Blake Blackshear
2022-11-07 21:14:29 -06:00
committed by GitHub
parent 8cddf87f9e
commit 2b842468ad
4 changed files with 7554 additions and 11972 deletions

View File

@@ -12,9 +12,15 @@ module.exports = {
projectName: 'frigate',
themeConfig: {
algolia: {
appId: 'WIURGBNBPY',
apiKey: '81ec882db78f7fed05c51daf973f0362',
indexName: 'frigate',
},
docs: {
sidebar: {
hideable: true,
}
},
navbar: {
title: 'Frigate',
logo: {
@@ -46,8 +52,6 @@ module.exports = {
},
],
},
sidebarCollapsible: false,
hideableSidebar: true,
footer: {
style: 'dark',
links: [
@@ -78,6 +82,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/blakeblackshear/frigate/edit/master/docs/',
sidebarCollapsible: false
},
theme: {