Skip to content

Commit

Permalink
Updated Home page
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnhamR committed Apr 7, 2024
1 parent dac841a commit 81e0609
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 12 deletions.
8 changes: 8 additions & 0 deletions docs/leo/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Law Enforcement",
"position": 3,
"link": {
"type": "generated-index",
"description": "All the information for LEO"
}
}
5 changes: 5 additions & 0 deletions docs/leo/getting-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# Getting Started as LEO
35 changes: 23 additions & 12 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,43 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
title: (
<>
<a href="/docs/leo/getting-started">LEO : Getting Started</a>
</>
),
Svg: require('@site/static/img/user-police-tie-duotone.svg').default,
link: '/docs/leo/getting-started',
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
How to get started as a Law Enforcement Officer on the Kelly County Department of Justice RP Fivem Server.
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
title: (
<>
<a href="/introduction/getting-started">First Join : Getting Started</a>
</>
),
Svg: require('@site/static/img/right-to-bracket-duotone.svg').default,
link: '/docs/introduction/getting-started',
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
Are you a brand new member looking on how to get started on the Kelly County Department of Justice RP? This is the place for you!
</>
),
},
{
title: 'Powered by React',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: (
<>
<a href="/introduction/rules">Rules & TOS</a>
</>
),
Svg: require('@site/static/img/scale-balanced-duotone.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
Be sure to familiarize yourself with the rules and terms of service for server and follow them!
</>
),
},
Expand Down
6 changes: 6 additions & 0 deletions static/img/right-to-bracket-duotone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/img/scale-balanced-duotone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/img/user-police-tie-duotone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/img/user-police-tie-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81e0609

Please sign in to comment.