From 5e692acfbb2a14102c9c41c2115bb9645833ffee Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 23 Oct 2021 09:41:32 -0500 Subject: [PATCH] add links in docs to other sites --- docs/docusaurus.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 4f44ee909..5eb334349 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -29,6 +29,16 @@ module.exports = { label: 'Docs', position: 'left', }, + { + href: 'https://frigate.video', + label: 'Website', + position: 'right', + }, + { + href: 'https://demo.frigate.video', + label: 'Demo', + position: 'right', + }, { href: 'https://github.com/blakeblackshear/frigate', label: 'GitHub',