fix homepage

This commit is contained in:
Telesphoreo 2024-01-10 23:01:30 +00:00
parent d3f95a228a
commit 973f04821e
2 changed files with 5 additions and 12 deletions

View File

@ -107,10 +107,6 @@ const config = {
{
title: 'Community',
items: [
{
label: 'Forums',
href: 'https://forum.plex.us.org',
},
{
label: 'Discord',
href: 'https://discord.gg/MzjRjFAcrZ',
@ -124,10 +120,6 @@ const config = {
label: 'Plex',
href: 'https://github.com/plexusorg/Plex',
},
{
label: 'Blackout',
href: 'https://github.com/plexusorg/Blackout',
},
{
label: 'Docs',
href: 'https://github.com/plexusorg/Website',
@ -140,6 +132,7 @@ const config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['bash'],
},
}),
};

View File

@ -8,7 +8,7 @@ const FeatureList = [
Svg: require('../../static/img/bolt-solid.svg').default,
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.
</>
),
@ -23,12 +23,12 @@ const FeatureList = [
),
},
{
title: 'Permissions and Ranks',
title: 'Permissions',
Svg: require('../../static/img/dice-solid.svg').default,
description: (
<>
Plex allows you to use a traditional ranking system with "true op" or integrate with a permission system and "fake op".
Any standard permission plugin will integrate with Plex and can be used instead of ranks.
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 Vault-compatible permission plugin will integrate with Plex and can be used instead of ranks.
</>
),
},