From c3ff887c0467acc3ba29d18fa378fdd2808eba74 Mon Sep 17 00:00:00 2001 From: noezinhos_ <132784791+marcellotmartins@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:38:15 -0300 Subject: [PATCH] Add OpenCore to the frameworks list Adds the OpenCore framework to the server manual frameworks list, in alphabetical order between ND and QBCore. OpenCore is a TypeScript-first framework, so it is tagged as (TypeScript). Links point to the opencore repository and the official OpenCore documentation. Closes #574. --- content/docs/server-manual/frameworks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/docs/server-manual/frameworks.md b/content/docs/server-manual/frameworks.md index 490298df..63a2c45b 100644 --- a/content/docs/server-manual/frameworks.md +++ b/content/docs/server-manual/frameworks.md @@ -17,6 +17,7 @@ If there's a framework you believe should be included in this list, please submi # Frameworks (Lua) (Alphabetical Order) - [ESX](https://github.com/esx-framework/esx-legacy) ([Docs](https://documentation.esx-framework.org/legacy/installation)) - [ND](https://github.com/ND-Framework/ND_Core) ([Docs](https://ndcore.dev/setup)) +- [OpenCore](https://github.com/newcore-network/opencore) ([Docs](https://opencorejs.dev/)) (TypeScript) - [QBCore](https://github.com/qbcore-framework/qb-core) ([Docs](https://docs.qbcore.org/qbcore-documentation/)) - [Qbox](https://github.com/Qbox-project/qbx_core) ([Docs](https://docs.qbox.re/installation)) - [vRP](https://github.com/vRP-framework/vRP) ([Docs](https://vrp-framework.github.io/vRP/))