mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-15 00:53:33 +00:00
fix homepage
This commit is contained in:
parent
d3f95a228a
commit
973f04821e
@ -107,10 +107,6 @@ const config = {
|
|||||||
{
|
{
|
||||||
title: 'Community',
|
title: 'Community',
|
||||||
items: [
|
items: [
|
||||||
{
|
|
||||||
label: 'Forums',
|
|
||||||
href: 'https://forum.plex.us.org',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Discord',
|
label: 'Discord',
|
||||||
href: 'https://discord.gg/MzjRjFAcrZ',
|
href: 'https://discord.gg/MzjRjFAcrZ',
|
||||||
@ -124,10 +120,6 @@ const config = {
|
|||||||
label: 'Plex',
|
label: 'Plex',
|
||||||
href: 'https://github.com/plexusorg/Plex',
|
href: 'https://github.com/plexusorg/Plex',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Blackout',
|
|
||||||
href: 'https://github.com/plexusorg/Blackout',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Docs',
|
label: 'Docs',
|
||||||
href: 'https://github.com/plexusorg/Website',
|
href: 'https://github.com/plexusorg/Website',
|
||||||
@ -140,6 +132,7 @@ const config = {
|
|||||||
prism: {
|
prism: {
|
||||||
theme: prismThemes.github,
|
theme: prismThemes.github,
|
||||||
darkTheme: prismThemes.dracula,
|
darkTheme: prismThemes.dracula,
|
||||||
|
additionalLanguages: ['bash'],
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
@ -8,7 +8,7 @@ const FeatureList = [
|
|||||||
Svg: require('../../static/img/bolt-solid.svg').default,
|
Svg: require('../../static/img/bolt-solid.svg').default,
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Plex was designed with performance in mind. Plex supports SQLite, MariaDB, and MongoDB out of the box.
|
Plex was designed with performance in mind. Plex supports SQLite or MariaDB out of the box.
|
||||||
Plex also uses Redis for punishments instead of traditional YAML / JSON files.
|
Plex also uses Redis for punishments instead of traditional YAML / JSON files.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
@ -23,12 +23,12 @@ const FeatureList = [
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Permissions and Ranks',
|
title: 'Permissions',
|
||||||
Svg: require('../../static/img/dice-solid.svg').default,
|
Svg: require('../../static/img/dice-solid.svg').default,
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Plex allows you to use a traditional ranking system with "true op" or integrate with a permission system and "fake op".
|
Plex allows you to use integrate with a permission system and "fake op" players. This allows server owners to have much more control over what is and isn't allowed.
|
||||||
Any standard permission plugin will integrate with Plex and can be used instead of ranks.
|
Any Vault-compatible permission plugin will integrate with Plex and can be used instead of ranks.
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user