docs: update gettingstarted
This commit is contained in:
parent
7b50b6d794
commit
8768fc6808
|
@ -2,7 +2,7 @@
|
|||
title: Getting Started
|
||||
description:
|
||||
published: true
|
||||
date: 2025-07-06T03:04:01.815Z
|
||||
date: 2025-07-06T03:05:10.722Z
|
||||
tags:
|
||||
editor: code
|
||||
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;">
|
||||
|
||||
<!-- 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="text-align: center;">
|
||||
<strong style="color: #fff;">Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.</strong>
|
||||
<p style="color: #4a90e2; font-size: 14px;">
|
||||
<div style="color: #fff; font-size: 17px; font-weight: bold; padding-bottom: 8px; border-bottom: 1px solid #4a90e2; margin-bottom: 10px;">
|
||||
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>
|
||||
</p>
|
||||
<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>
|
||||
</ol>
|
||||
|
||||
<!-- Code Block (Fixed Width, High Contrast, Centered) -->
|
||||
<div style="background: #111; border: 1px solid #555; padding: 10px; border-radius: 6px; width: 520px; margin: 10px auto; text-align: left; font-family: monospace;">
|
||||
<!-- 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 0; text-align: left; font-family: monospace;">
|
||||
<pre style="margin: 0;">
|
||||
ensure ngd-Bridge
|
||||
ensure ngd-dj
|
||||
|
|
Loading…
Reference in New Issue
Block a user