diff --git a/docusaurus.config.js b/docusaurus.config.js index 6c8b970..b3d848e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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'], }, }), }; diff --git a/src/components/HomepageFeatures.js b/src/components/HomepageFeatures.js index 75ce982..a7069e3 100644 --- a/src/components/HomepageFeatures.js +++ b/src/components/HomepageFeatures.js @@ -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. ), },