Browse Source

add links in docs to other sites

Blake Blackshear 3 năm trước cách đây
mục cha
commit
5e692acfbb
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      docs/docusaurus.config.js

+ 10 - 0
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',