Each topic gets a folder

This commit is contained in:
Sebastian Englbrecht 2022-11-25 19:14:55 +01:00
parent a46c37018f
commit 23eee4dd07
6 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,10 @@
module.exports = {
docs: {
Frigate: ["index", "hardware", "installation"],
Frigate: [
"frigate/index",
"frigate/hardware",
"frigate/installation",
],
Guides: [
"guides/camera_setup",
"guides/getting_started",
@ -30,7 +34,11 @@ module.exports = {
"integrations/api",
"integrations/mqtt",
],
Troubleshooting: ["faqs"],
Development: ["contributing"],
Troubleshooting: [
"troubleshooting/faqs",
],
Development: [
"development/contributing",
],
},
};