feat(homepage): add mod manager section and related content

- Introduced new strings for the mod manager feature in the English localization file.
- Updated the homepage to include a dedicated section for the GregModManager, featuring a description, download link, and hints for the latest release.
- Adjusted button styles for better consistency and user experience.

This commit enhances the homepage by providing users with direct access to the mod manager and its functionalities.
This commit is contained in:
Marvin
2026-04-10 03:26:13 +02:00
parent 3b245ee966
commit 8ad5acafda
7 changed files with 142 additions and 25 deletions

View File

@@ -58,7 +58,11 @@ const sidebars = {
{
type: 'category',
label: 'Tools & operations',
items: ['meta/Steam-Workshop-and-Tooling', 'meta/devserver-betas', 'meta/IDEA_BACKLOG'],
items: [
'meta/Steam-Workshop-and-Tooling',
'meta/devserver-betas',
'meta/IDEA_BACKLOG',
],
},
{
type: 'category',
@@ -77,7 +81,7 @@ const sidebars = {
{
type: 'category',
label: 'Mod developers',
items: ['guides/mod-developers/overview'],
items: ['guides/mod-developers/overview', 'guides/mod-developers/greg-hooks-showcase'],
},
{
type: 'category',