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 title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T02:39:41.268Z date: 2025-07-06T02:40:20.462Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
@ -18,16 +18,16 @@ dateCreated: 2025-06-08T03:06:31.460Z
border: 1px solid #888; border: 1px solid #888;
border-radius: 8px; border-radius: 8px;
padding: 15px; padding: 15px;
background-color: #2a2a2a; /* Gray background */ background-color: #2a2a2a;
text-align: center; /* Center text horizontally */ text-align: center;
color: #fff; color: #fff;
font-size: 20px; font-size: 20px;
font-weight: bold; font-weight: bold;
display: flex; /* Enable centering */ display: flex;
flex-direction: column; /* Stack elements vertically */ flex-direction: column;
justify-content: center; /* Center text vertically */ align-items: center; /* Center horizontally */
height: auto; /* Auto height to fit iframe */ height: auto;
line-height: normal; /* Reset line height for consistency */ line-height: normal;
"> ">
<div> <div>
Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>. Please follow this simple guide to install <span style="color: #fdd835;">NGD scripts</span>.
@ -37,7 +37,8 @@ dateCreated: 2025-06-08T03:06:31.460Z
</div> </div>
<div style="margin-top: 10px;"> <div style="margin-top: 10px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/g-iYc0wXeis" <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" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe> allowfullscreen></iframe>
</div> </div>
</div> </div>
@ -45,6 +46,7 @@ dateCreated: 2025-06-08T03:06:31.460Z
🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES! 🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!
1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/). 1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/).