Skip to content

Commit 8207770

Browse files
committed
Define alert in installation.mdx of eternalcombat docs part.
1 parent f32a71a commit 8207770

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/docs/eternalcombat/installation.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Installation Guide
33
description: Learn how to install and configure EternalCombat on your Minecraft server
44
---
55

6+
import { AlertBox } from "../../../components/ui/alert-box";
7+
68
## 📋 Prerequisites
79

810
Before installing EternalCombat, ensure you have:
@@ -86,6 +88,6 @@ After installation, EternalCombat will create the following files:
8688
- Reduce update frequencies
8789
- Monitor server performance
8890

89-
<Alert type="info">
91+
<AlertBox type="info">
9092
Need help? Join our <a href="https://discord.gg/FQ7jmGBd6c">Discord server</a> or check our <a href="https://github.com/EternalCodeTeam/EternalCombat/issues">GitHub issues</a>.
91-
</Alert>
93+
</AlertBox>

0 commit comments

Comments
 (0)