From aaf5280c750a21b02695a517880dd83c381751aa Mon Sep 17 00:00:00 2001 From: Captain Jack Sparrow <163903675+sussy-code@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:57:45 +0000 Subject: [PATCH] Account for Firefox in extension and improve instances page --- pages/extension.mdx | 2 +- pages/instances.mdx | 8 ++++++-- theme.config.tsx | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/extension.mdx b/pages/extension.mdx index 5827511..098f115 100644 --- a/pages/extension.mdx +++ b/pages/extension.mdx @@ -30,7 +30,7 @@ Sometimes your browser may block downloading or installing CRX file from outside ## Loading a ZIP file -1. Download and unpack the ZIP file from [here](https://github.com/sussy-code/browser-ext/releases/download/1.1.4/1.1.4-mwext-zip.zip). +1. Download and unpack the ZIP file from [here](https://github.com/sussy-code/browser-ext/releases/tag/1.1.4). 2. Head to your browser's extensions page (see table above). diff --git a/pages/instances.mdx b/pages/instances.mdx index 90f1eed..2fd1ab9 100644 --- a/pages/instances.mdx +++ b/pages/instances.mdx @@ -4,7 +4,11 @@ title: 'Instances' # Instances -This page showcases sudo-flix instances hosted by the community and other alternative sites. +This page showcases sudo-flix instances hosted by the community. -- [sudo-flix.lol](https://sudo-flix.lol) + +Instances with a 📦 next to the link have the NSBX API meaning there's more sources and features! + + +- [sudo-flix.lol](https://sudo-flix.lol) 📦 - [kanded.xyz](https://flix.kanded.xyz) diff --git a/theme.config.tsx b/theme.config.tsx index 2e4b462..4e17650 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -58,7 +58,7 @@ export default defineTheme({ sidebar: [ group("Global", [ link("Instances", "/instances", { icon: 'mdi:web' }), - link("Browser extension", "/extension", { icon: 'mdi:plugin' }), + link("Browser extension", "/extension", { icon: 'mdi:extension' }), ]), group("Self-Hosting", [ link("Start self-hosting", "/self-hosting/hosting-intro"),