mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Added type for sidebars.ts
This commit is contained in:
parent
c4e30ca884
commit
a504468955
@ -1,4 +1,6 @@
|
|||||||
module.exports = {
|
import type { SidebarsConfig } from "@docusaurus/plugin-content-docs";
|
||||||
|
|
||||||
|
const sidebars: SidebarsConfig = {
|
||||||
docs: {
|
docs: {
|
||||||
Frigate: [
|
Frigate: [
|
||||||
'frigate/index',
|
'frigate/index',
|
||||||
@ -85,3 +87,5 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export default sidebars;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user