docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 03:05:11 +00:00 committed by DeLuce
parent 7b50b6d794
commit 8768fc6808

View File

@ -2,7 +2,7 @@
title: Getting Started title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T03:04:01.815Z date: 2025-07-06T03:05:10.722Z
tags: tags:
editor: code editor: code
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
@ -15,11 +15,13 @@ dateCreated: 2025-06-08T03:06:31.460Z
<hr style="border: none; border-top: 2px solid #4a90e2; margin-bottom: 30px;"> <hr style="border: none; border-top: 2px solid #4a90e2; margin-bottom: 30px;">
<!-- Video Box (Fixed Width, Centered) --> <!-- Video Box (Fixed Width, Centered with Better Heading) -->
<div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 6px; padding: 12px; margin: 0 auto 30px auto; width: 520px;"> <div style="background-color: #2a2a2a; border: 1px solid #555; border-radius: 6px; padding: 12px; margin: 0 auto 30px auto; width: 520px;">
<div style="text-align: center;"> <div style="text-align: center;">
<strong style="color: #fff;">Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.</strong> <div style="color: #fff; font-size: 17px; font-weight: bold; padding-bottom: 8px; border-bottom: 1px solid #4a90e2; margin-bottom: 10px;">
<p style="color: #4a90e2; font-size: 14px;"> Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
</div>
<p style="color: #4a90e2; font-size: 14px; margin-bottom: 12px;">
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong> <strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
</p> </p>
<iframe width="480" height="270" src="https://www.youtube.com/embed/g-iYc0wXeis" frameborder="0" allowfullscreen></iframe> <iframe width="480" height="270" src="https://www.youtube.com/embed/g-iYc0wXeis" frameborder="0" allowfullscreen></iframe>
@ -36,8 +38,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 (Fixed Width, High Contrast, Centered) --> <!-- Code Block (Left-Aligned, High Contrast, No Centering) -->
<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: 520px; margin: 10px 0; 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