docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 03:09:29 +00:00 committed by DeLuce
parent 1226647c00
commit 59f5936ad6

View File

@ -2,7 +2,7 @@
title: Getting Started title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T03:08:14.555Z date: 2025-07-06T03:09:28.268Z
tags: tags:
editor: code editor: code
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
@ -28,7 +28,7 @@ dateCreated: 2025-06-08T03:06:31.460Z
</div> </div>
</div> </div>
<!-- Instructions Box (Same Style as Video Box) --> <!-- Instructions Box (Improved with Bold Line + Slimmer Code Block) -->
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 6px; padding: 16px; margin: 0 auto 30px auto; width: 700px;"> <div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 6px; padding: 16px; margin: 0 auto 30px auto; width: 700px;">
<div style="text-align: left; color: #e0e0e0; font-size: 15px;"> <div style="text-align: left; color: #e0e0e0; font-size: 15px;">
<p><strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong></p> <p><strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong></p>
@ -39,8 +39,8 @@ dateCreated: 2025-06-08T03:06:31.460Z
<li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:</li> <li>Open your server's <code>server.cfg</code> file. At the bottom, add these lines, then restart your server:</li>
</ol> </ol>
<!-- Code Block (Still Inside Box) --> <!-- Slimmer Code Block -->
<div style="background: #111; border: 1px solid #555; padding: 10px; border-radius: 6px; width: 520px; margin: 10px auto; text-align: left; font-family: monospace;"> <div style="background: #111; border: 1px solid #555; padding: 10px; border-radius: 6px; width: 400px; margin: 10px auto; text-align: left; font-family: monospace;">
<pre style="margin: 0;"> <pre style="margin: 0;">
ensure ngd-Bridge ensure ngd-Bridge
ensure ngd-dj ensure ngd-dj
@ -49,7 +49,10 @@ ensure [ngd]
</div> </div>
<p><strong>Note:</strong> Skip <code>ngd-dj</code> if you didnt receive it with your resources.</p> <p><strong>Note:</strong> Skip <code>ngd-dj</code> if you didnt receive it with your resources.</p>
<p>Using CODEM Inventory? Click <a href="#">HERE</a> for additional setup instructions.</p>
<!-- Bold Line with ">" -->
<p style="font-weight: bold; margin-left: 5px;">&gt; Using CODEM Inventory? Click <a href="#">HERE</a> for additional setup instructions.</p>
<p><strong>Important:</strong> If your script includes items, make sure to add them to your framework/inventory along with all icons from the <code>img</code> folder!</p> <p><strong>Important:</strong> If your script includes items, make sure to add them to your framework/inventory along with all icons from the <code>img</code> folder!</p>
</div> </div>
</div> </div>