Skip to content

Commit

Permalink
Redirect the user to the Engine API reference instead of listing its …
Browse files Browse the repository at this point in the history
…libraries (#134)

Roblox has a new creator docs website and things like globals, libraries
and datatypes are more organized in the engine API reference. It seems
like a better way to redirect the user to that page instead of manually
listing each library.


![image](https://github.com/roblox-ts/roblox-ts.com/assets/46044567/26d0e356-2641-4777-80e2-3df22e678693)
  • Loading branch information
rimuy authored Jul 2, 2024
1 parent b2a5b98 commit 9c19e7f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/api/roblox-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,7 @@ coroutine.wrap(() => {

<br/>

You can find a list of available globals on the Roblox Developer Hub:
- [Lua Globals](https://developer.roblox.com/api-reference/lua-docs/Lua-Globals)
- [Roblox Globals](https://developer.roblox.com/api-reference/lua-docs/Roblox-Globals)
- [bit32](https://developer.roblox.com/api-reference/lua-docs/bit32)
- [coroutine](https://developer.roblox.com/api-reference/lua-docs/coroutine)
- [debug](https://developer.roblox.com/api-reference/lua-docs/debug)
- [math](https://developer.roblox.com/api-reference/lua-docs/math)
- [os](https://developer.roblox.com/api-reference/lua-docs/os)
- [string](https://developer.roblox.com/api-reference/lua-docs/string)
- [table](https://developer.roblox.com/api-reference/lua-docs/table)
- [task](https://developer.roblox.com/api-reference/lua-docs/task)
- [utf8](https://developer.roblox.com/api-reference/lua-docs/utf8)
You can find a list of available globals and libraries on the [Roblox Engine API Reference](https://create.roblox.com/docs/reference/engine).

Parts of `table` and `string` have been intentionally omitted.

Expand Down

0 comments on commit 9c19e7f

Please sign in to comment.