Skip to content

Commit

Permalink
Docs: Move game modes to his own category
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Sep 1, 2024
1 parent 55c2755 commit 13fbd03
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Game modes",
"position": 3,
"position": 2,
"collapsed": false,
"link": {
"type": "generated-index",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion website/docs/getting-started/_category_.json
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
4 changes: 2 additions & 2 deletions website/docs/getting-started/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function CtfSection() {
<p>
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 <Link style={{ color: '#5a98fe' }} to='/docs/getting-started/gamemodes/ctf'>here</Link>.
the opposing team's flag while defending their own. More info <Link style={{ color: '#5a98fe' }} to='/docs/gamemodes/ctf'>here</Link>.
</p>
</div>
<div className={clsx('col col--6')}>
Expand Down

0 comments on commit 13fbd03

Please sign in to comment.