mirror of
https://github.com/sussy-code/docs.git
synced 2026-04-29 04:22:55 +00:00
Add extension warning and discord link to navigation bar
This commit is contained in:
parent
845c286e2e
commit
a9f3d00e5e
2 changed files with 12 additions and 2 deletions
|
|
@ -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.
|
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.
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
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.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,17 @@ const starLinks = [
|
||||||
|
|
||||||
export default defineTheme({
|
export default defineTheme({
|
||||||
github: "sussy-code/smov",
|
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: {
|
contentFooter: {
|
||||||
text: "Made with :3 (sillyness)",
|
text: "Made with :3 (sillyness)",
|
||||||
editRepositoryBase: "https://github.com/sussy-code/docs/blob/master",
|
editRepositoryBase: "https://github.com/sussy-code/docs/blob/master",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue