Skip to content

Commit 635f5e8

Browse files
committed
COD: Added screenshots URL, removed screenshots URL from RCON
1 parent 70df0a7 commit 635f5e8

File tree

7 files changed

+22
-19
lines changed

7 files changed

+22
-19
lines changed

docs/cod/cod-rcon.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ Changing the game mode is easy with this command but remember to restart the map
6161
- Kick all players
6262
`/rcon kickall`
6363

64-
## Screenshots
65-
:::tip
66-
We have no timeframe for when screenshots will be available to be viewed on our site.
67-
:::
68-
69-
- **Take a screenshot (you will need PB enabled for this)**
64+
**Screenshots**
65+
- Take a screenshot (you will need PB enabled for this)
7066
`/rcon pb_sv_getss clientslot`

docs/cod/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ This section provides guides and resources for setting up and managing Call of D
1111
## Available Topics
1212
- [Creating a Server](./cod/dashboard) - Step-by-step instructions to set up your server.
1313
- [RCON Commands](./cod/rcon) - Manage your server using RCON commands.
14+
- [Screenshots](https://fshost.me/screenshots) - We cache the images every few minutes so please allow time for them to be added.

docs/cod2/cod2-rcon.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,5 @@ Kick a player
5757
Kick all players
5858
<br />`/rcon kickall`
5959

60-
## Screenshots
61-
:::tip
62-
You can view screenshots taken on our servers by [clicking here](https://fshost.me/screenshots). We cache the images every few minutes so please allow time for them to be added.
63-
:::
64-
6560
Take a screenshot (you will need PB enabled for this)
6661
<br />`/rcon pb_sv_getss clientslot`

docs/cod2/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ This section provides guides and resources for setting up and managing Call of D
1111
## Available Topics
1212
- [Creating a Server](./cod2/dashboard) - Step-by-step instructions to set up your server.
1313
- [RCON Commands](./cod2/rcon) - Manage your server using RCON commands.
14+
- [Screenshots](https://fshost.me/screenshots) - We cache the images every few minutes so please allow time for them to be added.

docs/cod4/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This section contains guides, RCON commands, and mods to help you set up and man
1111
### **Core Guides**
1212
- [Creating a Server](./cod4/creating-a-server) - Step-by-step instructions to set up your server.
1313
- [RCON Commands](./cod4/rcon) - Manage your server using RCON commands.
14-
14+
- [Screenshots](https://fshost.me/screenshots) - We cache the images every few minutes so please allow time for them to be added.
1515
---
1616

1717
### **Mods**

docs/cod4/rcon.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,3 @@ Changing the gametype and map rotation (Example)
7171

7272
- Kicks and temporarily bans a player by their ID.
7373
<br />`/rcon tempBanClient id`
74-
75-
## Screenshots
76-
:::tip
77-
You can view screenshots taken on our servers by [clicking here](https://fshost.me/screenshots). We cache the images every few minutes so please allow time for them to be added.
78-
:::

sidebars.js

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ const sidebars = {
147147
},
148148
items: [
149149
"cod/cod-firststeps-dashboard",
150-
"cod/cod-rcon"
150+
"cod/cod-rcon",
151+
{
152+
type: 'link',
153+
label: 'Screenshots',
154+
href: 'https://fshost.me/screenshots',
155+
},
151156
],
152157
},
153158
{
@@ -159,7 +164,12 @@ const sidebars = {
159164
},
160165
items: [
161166
"cod2/cod2-firststeps-dashboard",
162-
"cod2/cod2-rcon"
167+
"cod2/cod2-rcon",
168+
{
169+
type: 'link',
170+
label: 'Screenshots',
171+
href: 'https://fshost.me/screenshots',
172+
},
163173
],
164174
},
165175
{
@@ -172,6 +182,11 @@ const sidebars = {
172182
items: [
173183
"cod4/cod4-landing",
174184
"cod4/cod4-rcon",
185+
{
186+
type: 'link',
187+
label: 'Screenshots',
188+
href: 'https://fshost.me/screenshots',
189+
},
175190
{
176191
type: "category",
177192
label: "Mods",

0 commit comments

Comments
 (0)