Skip to content

Commit

Permalink
link ox_core recipe and remove stability warning
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Oct 20, 2024
1 parent edbc83d commit 719db14
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pages/ox_core.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ import { NpmButton } from '@components/button';

<ResourceLinks repo="https://github.com/overextended/ox_core" />

A modern FiveM framework. Limited support and breaking changes guaranteed.
A modern FiveM framework, designed to properly support features like OneSync, statebags, and server-side entities.

<Callout type="warning">
## txAdmin recipe

This resource does not have a stable (v1.0) release; breaking changes are likely.
Documentation may not be kept updated in some cases.

</Callout>
If you're looking to quickly install and setup ox_core, try using [our recipe](https://github.com/overextended/txAdminRecipe).

## Installation

Expand Down Expand Up @@ -61,8 +58,7 @@ You can import ox_core definitions by loading `@ox_core/lib/init.lua` into your
<Tabs items={['fxmanifest.lua', 'require']}>
<Tab>

Add the import path into your resource's fxmanifest.lua, like any other script file.
This can be a client_script or server_script, if necessary.
This can be a client_script or server_script, if preferred.
```lua
shared_script '@ox_core/lib/init.lua'
```
Expand Down

0 comments on commit 719db14

Please sign in to comment.