From b87e15d7b619b01f838e13e6e3ed158deba8ace6 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 30 Jul 2023 09:22:50 -0600 Subject: [PATCH] Add go2rtc config file --- docs/docs/configuration/index.md | 2 +- docs/sidebars.js | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index d3b6e6a40..f4984c6c1 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -1,6 +1,6 @@ --- id: index -title: Configuration File +title: Frigate Configuration File --- For Home Assistant Addon installations, the config file needs to be in the root of your Home Assistant config directory (same location as `configuration.yaml`). It can be named `frigate.yaml` or `frigate.yml`, but if both files exist `frigate.yaml` will be preferred and `frigate.yml` will be ignored. diff --git a/docs/sidebars.js b/docs/sidebars.js index 792e4ec79..bb65f5ddd 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -15,7 +15,14 @@ module.exports = { "guides/reverse_proxy", ], Configuration: { - Configuration_File: "configuration/index", + "Configuration Files": [ + "configuration/index", + { + type: "link", + label: "Go2RTC Configuration Reference", + href: "https://github.com/AlexxIT/go2rtc/tree/v1.6.2#configuration" + } + ], Detectors: [ "configuration/object_detectors", "configuration/audio_detectors",