Skip to content

Commit 7deec4f

Browse files
authored
Merge pull request #11 from Vxrpenter/main
Fixes and additions
2 parents 78642a5 + 1e38b20 commit 7deec4f

File tree

11 files changed

+53
-22
lines changed

11 files changed

+53
-22
lines changed

_config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
favicon_ico: "https://cedmod.nl/favicon.ico"
1+
logo: "/assets/images/logo.png"
22
title: CedMod Documentation
33
description: Documentation for Installation and Usage of CedMod
44
theme: just-the-docs
@@ -7,10 +7,13 @@ color_scheme: dark
77
url: https://docs.cedmod.nl
88
baseurl: /
99

10+
aux_links_new_tab: true
1011
aux_links:
1112
"CedMod on GitHub":
1213
- "https://github.com/CedModV2"
1314

15+
heading_anchors: true
16+
1417
nav_external_links:
1518
- title: CedMod on GitHub
1619
url: https://github.com/CedModV2

assets/images/logo.png

10.2 KB
Loading

docs/Setup/Installation/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.
Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,32 @@ layout: default
88
# Installation for Exiled
99

1010
{: .warning }
11-
CedMod does currently not support Exiled Reboot 9.0.0 beta.
11+
CedMod does currently not support the Exiled Reboot 9.0.0 beta.
1212

1313
[Exiled](https://github.com/ExMod-Team/EXILED){: .btn .mr-2 }
1414
[Exiled Reboot](https://github.com/Exiled-Team/EXILED){: .btn .mr-2 }
15+
{: .no_toc }
16+
17+
---
18+
19+
## Table of Contents
20+
{: .no_toc .text-delta }
21+
22+
1. TOC
23+
{:toc}
1524

1625
## How to install Exiled
1726

1827
Download the latest compatible release of either **Exiled** or **Exiled Reboot**.
1928
It is not relevant
20-
which of them you use but due note that they have to completely different development teams
29+
which of them you use but due note that they have two completely different development teams
2130
and are aiming for different goals.
2231

23-
On a guide on how to install Exiled/Exiled Reboot on their official docs.
32+
If you want a guide on how to install Exiled/Exiled Reboot,
33+
you can find them their official docs.
2434
For Exiled go [here](https://github.com/ExMod-Team/EXILED/blob/master/.github/documentation/README.md#installation),
2535
for Exiled Reboot look [here](https://github.com/Exiled-Team/EXILED?tab=readme-ov-file#installation).
26-
The guides are practically identical but could change in the future when development of the two changes more and more.
36+
The guides are practically identical, but could change in the future when development of the two changes more and more.
2737

2838
## Getting the CedMod release
2939

docs/setup/installation/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Installation
3+
parent: Setup
4+
layout: default
5+
has_children: true
6+
---
7+
8+
# Installation
9+
{: .fs-9 }
10+
11+
Installation guides to install exiled for NWAPI or Exiled/Exiled Reboot
12+
{: .fs-6 .fw-300 }
13+
14+
## What to choose?
15+
16+
The basic difference between **Exiled** and **NWAPI** is
17+
that Exiled has an integrated permission system while NWAPI doesn't.
18+
Meaning if you use Exiled for your permissions and everything you should stick with the CedMod versions for exiled.
19+
If you already use NWAPIPermissionSystem you may want to consider using the NWAPI version of CedMod
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,16 @@ layout: default
77

88
# Installation for NWAPI
99

10-
NWAPI is the preinstalled plugins api for SCP: Secret Laboratory servers and does not need any extra installation
10+
NWAPI is the preinstalled plugin api for SCP: Secret Laboratory servers and does not need any extra installation
11+
{: .no_toc }
12+
13+
---
14+
15+
## Table of Contents
16+
{: .no_toc .text-delta }
17+
18+
1. TOC
19+
{:toc}
1120

1221
## Getting the CedMod release
1322

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)