docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 02:48:56 +00:00 committed by DeLuce
parent b0191bda2f
commit b8e84f32e3

View File

@ -2,18 +2,21 @@
title: Getting Started title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T02:47:33.596Z date: 2025-07-06T02:48:55.281Z
tags: tags:
editor: code editor: code
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
--> -->
<div style="display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px;"> <!-- Centered Logo with Blue Line -->
<div style="text-align: center;">
<!-- Logo with blue line (Heading effect) --> <h1 style="border-bottom: 2px solid #4a90e2; padding-bottom: 10px; display: inline-block;">
<h1 style="border-bottom: 2px solid #4a90e2; padding-bottom: 10px; width: 100%; text-align: center;">
<img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="Logo" style="max-width: 300px; height: auto;" /> <img src="/11f39c35-0150-4b61-b168-a61c673b9cce.png" alt="Logo" style="max-width: 300px; height: auto;" />
</h1> </h1>
</div>
<!-- Left-Aligned Content -->
<div style="max-width: 900px; margin: 30px auto 0 auto; text-align: left;">
<!-- Gray Box with Video --> <!-- Gray Box with Video -->
<div style=" <div style="
@ -24,9 +27,6 @@ dateCreated: 2025-06-08T03:06:31.460Z
color: #fff; color: #fff;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
width: 100%;
max-width: 800px;
margin-top: 30px;
margin-bottom: 30px; margin-bottom: 30px;
"> ">
<div> <div>
@ -44,7 +44,7 @@ dateCreated: 2025-06-08T03:06:31.460Z
</div> </div>
<!-- Instructions --> <!-- Instructions -->
<div style="font-size: 16px; line-height: 1.7; max-width: 900px; text-align: left;"> <div style="font-size: 16px; line-height: 1.7;">
<strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong> <strong>🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!</strong>
<ol> <ol>
<li>Download all NGD resources from <a href="https://keymaster.fivem.net/" target="_blank">Keymaster</a> or <a href="https://portal.cfx.re/" target="_blank">CFX Portal</a>.</li> <li>Download all NGD resources from <a href="https://keymaster.fivem.net/" target="_blank">Keymaster</a> or <a href="https://portal.cfx.re/" target="_blank">CFX Portal</a>.</li>