From 393ec3dca2ffe962bf0b0ee860c3544b70105045 Mon Sep 17 00:00:00 2001 From: Sebastian Englbrecht Date: Thu, 24 Nov 2022 18:57:46 +0100 Subject: [PATCH] Add docs about additions --- .../docs/integrations/third_party_extensions.md | 17 +++++++++++++++++ docs/sidebars.js | 1 + 2 files changed, 18 insertions(+) create mode 100644 docs/docs/integrations/third_party_extensions.md diff --git a/docs/docs/integrations/third_party_extensions.md b/docs/docs/integrations/third_party_extensions.md new file mode 100644 index 000000000..c6cd735f3 --- /dev/null +++ b/docs/docs/integrations/third_party_extensions.md @@ -0,0 +1,17 @@ +--- +id: third_party_extensions +title: Third Party Extensions +--- + +Beeing open source, others have the possibility to modify and extend the rich functionality Frigate already offers. +This page is meant to be a overview over additions one can make to the home NVR setup. The list is not exhaustive and can be extended via PR to the Frigate docs. + +:::caution +This page does not recommend or rate the presented projects. +Please use your own knowledge to assess and vet them before you install anything on your system. + +::: + +## [Double Take](https://github.com/jakowenko/double-take) + +Unified UI and API for processing and training images for facial recognition. diff --git a/docs/sidebars.js b/docs/sidebars.js index e5192d2cd..4cdfe31cc 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -29,6 +29,7 @@ module.exports = { "integrations/home-assistant", "integrations/api", "integrations/mqtt", + "integrations/third_party_extensions", ], Troubleshooting: ["faqs"], Development: ["contributing"],