From f97d8cfed8094390d1ebc0c81abb7db4042b3764 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 23:08:47 +0100 Subject: [PATCH 1/3] Button change --- docs/setup/installation/exiled.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/installation/exiled.md b/docs/setup/installation/exiled.md index cddda0f..4aee50e 100644 --- a/docs/setup/installation/exiled.md +++ b/docs/setup/installation/exiled.md @@ -11,8 +11,8 @@ layout: default {: .warning } CedMod does currently not support the Exiled Reboot 9.0.0 beta. -[Exiled](https://github.com/ExMod-Team/EXILED){: .btn .mr-2 } -[Exiled Reboot](https://github.com/Exiled-Team/EXILED){: .btn .mr-2 } +[Exiled](https://github.com/ExMod-Team/EXILED){: .btn .btn-primary .fs-5 .mr-2 } +[Exiled Reboot](https://github.com/Exiled-Team/EXILED){: .btn .btn-primary .fs-5 .mr-2 } --- From 7178c8094007e30300870ae5debc65f56649c3f9 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 23:11:22 +0100 Subject: [PATCH 2/3] Usage page --- docs/usage/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/usage/index.md diff --git a/docs/usage/index.md b/docs/usage/index.md new file mode 100644 index 0000000..46624fb --- /dev/null +++ b/docs/usage/index.md @@ -0,0 +1,12 @@ +--- +title: Usage +layout: default +nav_order: 3 +has_children: true +--- + +# Error Handling +{: .fs-9 } + +Sometimes problems can arise when using cedmod. The following pages explain how to handle known errors and how to report unknown ones +{: .fs-6 .fw-300 } \ No newline at end of file From f8016ef120ddf9b06342c9bf170ac7778cb9b200 Mon Sep 17 00:00:00 2001 From: vxrpenter Date: Sun, 8 Dec 2024 23:11:50 +0100 Subject: [PATCH 3/3] Error Handling page --- docs/errorhandling/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/errorhandling/index.md diff --git a/docs/errorhandling/index.md b/docs/errorhandling/index.md new file mode 100644 index 0000000..58e8fc7 --- /dev/null +++ b/docs/errorhandling/index.md @@ -0,0 +1,12 @@ +--- +title: Error Handling +layout: default +nav_order: 4 +has_children: true +--- + +# Error Handling +{: .fs-9 } + +CedMod has many features that need some explanation on how to use them +{: .fs-6 .fw-300 } \ No newline at end of file