Co-Authored-By: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> |
||
|---|---|---|
| docs | ||
| .gitignore | ||
| README.md | ||
| mkdocs.yml | ||
README.md
What is this?
This is the official repository for the Upcoming ROBLOX Reverse-Engineering site.
How do I build this?
This project uses material mkdocs (which runs over of 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.