From a9f3d00e5eb04cbabb9ee9e29b75b46756043d64 Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Sun, 28 Apr 2024 17:51:09 +0000 Subject: [PATCH] Add extension warning and discord link to navigation bar --- pages/extension.mdx | 2 +- theme.config.tsx | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/extension.mdx b/pages/extension.mdx index cd4e9d9..69d613e 100644 --- a/pages/extension.mdx +++ b/pages/extension.mdx @@ -7,7 +7,7 @@ title: 'Browser extension' The sudo-flix browser extension greatly enhances streaming quality and video availability, meaning it will be easier and faster than ever to watch high quality media right in your browser. -To enable the extension for a website, just click the prominent "On" button displayed when clicking the extension. +The extension currently doesn't work with the larges provider: NSBX. We **DO NOT** recommend installing the extension as of now due to this. ## Features diff --git a/theme.config.tsx b/theme.config.tsx index 70fe899..0df5e11 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -19,7 +19,17 @@ const starLinks = [ export default defineTheme({ github: "sussy-code/smov", - navigation: [link('Check it out', 'https://sudo-flix.lol')], + navigation: [ + link('Discord', 'https://discord.gg/kdkTZ4McvD', { + style: 'star', + newTab: true, + icon: 'mdi:discord', + }), + link('Check it out', 'https://sudo-flix.lol', { + style: 'star', + newTab: true, + }), + ], contentFooter: { text: "Made with :3 (sillyness)", editRepositoryBase: "https://github.com/sussy-code/docs/blob/master",