Skip to content

Commit c411157

Browse files
committed
feat(scoreboard): add installation page
1 parent 0a0c73a commit c411157

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

pages/scoreboard/_meta.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export default {
22
index: 'Introduction',
3+
install: 'Installation',
34
config: 'Configuration',
45
guides: 'Guides',
56
issues: 'Common issues',

pages/scoreboard/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Getting started
1+
# Introduction
22

33
**AC Scoreboard** is the ultimate standalone scoreboard solution for your server.
44

pages/scoreboard/install.mdx

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
import { Steps, Tabs } from 'nextra/components'
2+
3+
# Installation
4+
5+
<Steps>
6+
7+
## Download the latest release
8+
Click on the button below to download the latest release of the scoreboard.
9+
<a href="https://github.com/acscripts/ac_scoreboard/releases/latest/download/ac_scoreboard.zip">
10+
<img className="mt-2" src="https://raw.githubusercontent.com/acscripts/.github/refs/heads/main/badges/download.svg" alt="Download here" />
11+
</a>
12+
13+
## Download the dependencies
14+
AC Scoreboard only requires [ox_lib](https://github.com/overextended/ox_lib) to run.
15+
You can download the latest release of ox_lib by clicking on the button below.
16+
<a href="https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip">
17+
<img className="mt-2" src="https://raw.githubusercontent.com/acscripts/.github/refs/heads/main/badges/download.svg" alt="Download here" />
18+
</a>
19+
20+
You can optionally use one of the supported frameworks to enable additional features such as group list.
21+
<Tabs items={['ox_core 🐂', 'qbx_core', 'qb-core', 'es_extended']}>
22+
<Tabs.Tab>[overextended/ox_core](https://github.com/overextended/ox_core)</Tabs.Tab>
23+
<Tabs.Tab>[Qbox-project/qbx_core](https://github.com/Qbox-project/qbx_core)</Tabs.Tab>
24+
<Tabs.Tab>[qbcore-framework/qb-core](https://github.com/qbcore-framework/qb-core)</Tabs.Tab>
25+
<Tabs.Tab>[esx-framework/esx_core](https://github.com/esx-framework/esx_core)</Tabs.Tab>
26+
</Tabs>
27+
28+
## Configure it
29+
Read the [configuration](./config) page to learn how to configure the scoreboard to your liking.
30+
You can also check the guides on how to use [status indicators](./guides/status-indicators) and [ACE permissions](./guides/ace-permissions).
31+
32+
## Start everything
33+
Make sure to start the resources in correct order.
34+
All dependencies must be started **before** AC Scoreboard.
35+
36+
## Enjoy!
37+
You're all set! Enjoy the new scoreboard.
38+
If you have any issues, check the [common issues](./issues) page or join our [Discord server](https://discord.acscripts.dev) for support.
39+
40+
</Steps>

0 commit comments

Comments
 (0)