From 13fbd03258308076ffa2fe89284698804e7167d6 Mon Sep 17 00:00:00 2001 From: rtxa Date: Sun, 1 Sep 2024 18:06:26 -0300 Subject: [PATCH] Docs: Move game modes to his own category --- .../{getting-started => }/gamemodes/_category_.json | 2 +- .../docs/{getting-started => }/gamemodes/_dom.md | 0 .../gamemodes/assets/ctf-preview4.png | Bin .../gamemodes/assets/isotonic-bg1.jpg | Bin .../gamemodes/assets/llhl-logo.png | Bin website/docs/{getting-started => }/gamemodes/ctf.md | 0 .../docs/{getting-started => }/gamemodes/llhl.md | 0 .../docs/{getting-started => }/gamemodes/summary.md | 0 website/docs/getting-started/_category_.json | 3 ++- website/docs/getting-started/features.md | 4 ++-- website/src/pages/index.js | 2 +- 11 files changed, 6 insertions(+), 5 deletions(-) rename website/docs/{getting-started => }/gamemodes/_category_.json (92%) rename website/docs/{getting-started => }/gamemodes/_dom.md (100%) rename website/docs/{getting-started => }/gamemodes/assets/ctf-preview4.png (100%) rename website/docs/{getting-started => }/gamemodes/assets/isotonic-bg1.jpg (100%) rename website/docs/{getting-started => }/gamemodes/assets/llhl-logo.png (100%) rename website/docs/{getting-started => }/gamemodes/ctf.md (100%) rename website/docs/{getting-started => }/gamemodes/llhl.md (100%) rename website/docs/{getting-started => }/gamemodes/summary.md (100%) diff --git a/website/docs/getting-started/gamemodes/_category_.json b/website/docs/gamemodes/_category_.json similarity index 92% rename from website/docs/getting-started/gamemodes/_category_.json rename to website/docs/gamemodes/_category_.json index 201ca4c..bdda12c 100644 --- a/website/docs/getting-started/gamemodes/_category_.json +++ b/website/docs/gamemodes/_category_.json @@ -1,6 +1,6 @@ { "label": "Game modes", - "position": 3, + "position": 2, "collapsed": false, "link": { "type": "generated-index", diff --git a/website/docs/getting-started/gamemodes/_dom.md b/website/docs/gamemodes/_dom.md similarity index 100% rename from website/docs/getting-started/gamemodes/_dom.md rename to website/docs/gamemodes/_dom.md diff --git a/website/docs/getting-started/gamemodes/assets/ctf-preview4.png b/website/docs/gamemodes/assets/ctf-preview4.png similarity index 100% rename from website/docs/getting-started/gamemodes/assets/ctf-preview4.png rename to website/docs/gamemodes/assets/ctf-preview4.png diff --git a/website/docs/getting-started/gamemodes/assets/isotonic-bg1.jpg b/website/docs/gamemodes/assets/isotonic-bg1.jpg similarity index 100% rename from website/docs/getting-started/gamemodes/assets/isotonic-bg1.jpg rename to website/docs/gamemodes/assets/isotonic-bg1.jpg diff --git a/website/docs/getting-started/gamemodes/assets/llhl-logo.png b/website/docs/gamemodes/assets/llhl-logo.png similarity index 100% rename from website/docs/getting-started/gamemodes/assets/llhl-logo.png rename to website/docs/gamemodes/assets/llhl-logo.png diff --git a/website/docs/getting-started/gamemodes/ctf.md b/website/docs/gamemodes/ctf.md similarity index 100% rename from website/docs/getting-started/gamemodes/ctf.md rename to website/docs/gamemodes/ctf.md diff --git a/website/docs/getting-started/gamemodes/llhl.md b/website/docs/gamemodes/llhl.md similarity index 100% rename from website/docs/getting-started/gamemodes/llhl.md rename to website/docs/gamemodes/llhl.md diff --git a/website/docs/getting-started/gamemodes/summary.md b/website/docs/gamemodes/summary.md similarity index 100% rename from website/docs/getting-started/gamemodes/summary.md rename to website/docs/gamemodes/summary.md diff --git a/website/docs/getting-started/_category_.json b/website/docs/getting-started/_category_.json index 671524e..0a04c6e 100644 --- a/website/docs/getting-started/_category_.json +++ b/website/docs/getting-started/_category_.json @@ -1,6 +1,7 @@ { "label": "Getting started", - "position": 3, + "position": 1, + "collapsed": false, "link": { "type": "generated-index", "description": "Here you would find all the information about the mod, server commands, CVars, game modes, etc." diff --git a/website/docs/getting-started/features.md b/website/docs/getting-started/features.md index e9ab0f5..c3ac60f 100644 --- a/website/docs/getting-started/features.md +++ b/website/docs/getting-started/features.md @@ -24,8 +24,8 @@ This page contains most of the features and bug fixes added to AG Mod X. Most of ### Game modes -- Added **LLHL** game mode. Similar to EHLL. More info [here](/docs/getting-started/gamemodes/llhl.md). -- Added **CTF** mode back. It wasn't available due to some limitations. More info [here](/docs/getting-started/gamemodes/ctf.md). +- Added **LLHL** game mode. Similar to EHLL. More info [here](/docs/gamemodes/llhl.md). +- Added **CTF** mode back. It wasn't available due to some limitations. More info [here](/docs/gamemodes/ctf.md). - Added **Arcade X**. Same as Arcade but now you start without armor, allowing for a more fast-paced gameplay. - **Arena:** Fixed bolts fired from a previous match not being removed when a new duel starts. diff --git a/website/src/pages/index.js b/website/src/pages/index.js index c9aa804..f762e96 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -112,7 +112,7 @@ function CtfSection() {

Capture The Flag wasn't available in the original Mini AG due to some limitations, but now it's back! Players can enjoy this classic game mode, where two teams compete to hold and capture - the opposing team's flag while defending their own. More info here. + the opposing team's flag while defending their own. More info here.