The official repository for the ROBLOX Reverse-Engineering site
Go to file
Yakov5776 bfd6032ca8 Minor change to Brent Link 2023-01-30 19:10:13 -05:00
docs Minor change to Brent Link 2023-01-30 19:10:13 -05:00
.gitignore Web-KeyGenerator 2022-10-09 14:13:31 -04:00
README.md Add URL 2022-12-24 18:40:06 -05:00
mkdocs.yml Add contribution banner and work on Brent's page 2022-12-23 15:23:47 -05:00

README.md

What is this?

This is the official repository for the WORK-IN-PROGRESS ROBLOX Reverse-Engineering site.

https://docs.robloxreverseengineering.net/

How do I build this?

This project uses material mkdocs (which runs on python).

To install mkdocs-material (and it's dependencies), simply run:

pip install mkdocs-material
pip install mkdocs-exclude-search

Then run mkdocs serve to preview it.

You can also build it into static html files using mkdocs build.