mirror of
https://github.com/mleem97/gregWiki.git
synced 2026-04-11 03:29:19 +02:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user