docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 02:40:21 +00:00 committed by DeLuce
parent 6f5032aec3
commit 49afc4b16a

View File

@ -2,7 +2,7 @@
title: Getting Started
description:
published: true
date: 2025-07-06T02:39:41.268Z
date: 2025-07-06T02:40:20.462Z
tags:
editor: markdown
dateCreated: 2025-06-08T03:06:31.460Z
@ -18,16 +18,16 @@ dateCreated: 2025-06-08T03:06:31.460Z
border: 1px solid #888;
border-radius: 8px;
padding: 15px;
background-color: #2a2a2a; /* Gray background */
text-align: center; /* Center text horizontally */
background-color: #2a2a2a;
text-align: center;
color: #fff;
font-size: 20px;
font-weight: bold;
display: flex; /* Enable centering */
flex-direction: column; /* Stack elements vertically */
justify-content: center; /* Center text vertically */
height: auto; /* Auto height to fit iframe */
line-height: normal; /* Reset line height for consistency */
display: flex;
flex-direction: column;
align-items: center; /* Center horizontally */
height: auto;
line-height: normal;
">
<div>
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
@ -36,13 +36,15 @@ dateCreated: 2025-06-08T03:06:31.460Z
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
</div>
<div style="margin-top: 10px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/g-iYc0wXeis"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
<iframe width="560" height="315" src="https://www.youtube.com/embed/g-iYc0wXeis"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!