mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Each topic gets a folder
This commit is contained in:
parent
a46c37018f
commit
23eee4dd07
@ -1,6 +1,10 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
docs: {
|
docs: {
|
||||||
Frigate: ["index", "hardware", "installation"],
|
Frigate: [
|
||||||
|
"frigate/index",
|
||||||
|
"frigate/hardware",
|
||||||
|
"frigate/installation",
|
||||||
|
],
|
||||||
Guides: [
|
Guides: [
|
||||||
"guides/camera_setup",
|
"guides/camera_setup",
|
||||||
"guides/getting_started",
|
"guides/getting_started",
|
||||||
@ -30,7 +34,11 @@ module.exports = {
|
|||||||
"integrations/api",
|
"integrations/api",
|
||||||
"integrations/mqtt",
|
"integrations/mqtt",
|
||||||
],
|
],
|
||||||
Troubleshooting: ["faqs"],
|
Troubleshooting: [
|
||||||
Development: ["contributing"],
|
"troubleshooting/faqs",
|
||||||
|
],
|
||||||
|
Development: [
|
||||||
|
"development/contributing",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user