From 5a8410ca53ef4a7224b7289681cfcda1b8387de6 Mon Sep 17 00:00:00 2001 From: Yakov5776 Date: Fri, 23 Dec 2022 15:23:47 -0500 Subject: [PATCH] Add contribution banner and work on Brent's page --- docs/Client Features/JoinScripts.md | 2 +- docs/Honorable Users/Brent.md | 9 ++++++++- docs/index.md | 7 +++++++ mkdocs.yml | 7 +++++++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/docs/Client Features/JoinScripts.md b/docs/Client Features/JoinScripts.md index 19d2198..2cedc5e 100644 --- a/docs/Client Features/JoinScripts.md +++ b/docs/Client Features/JoinScripts.md @@ -20,6 +20,6 @@ In September 2014, lua join scripts were removed in favor of [JSON join scripts] JSON join scripts are [JSONs](https://en.wikipedia.org/wiki/JSON) that contain everything the client needs to connect (IPs, ports, place id, etc). -The migration to JSON was part of the major client security overhaul which was removing the Lua Compiler from the client. +The migration to JSON was part of the major client security overhaul which involved removing the Lua Compiler from the client. [^1]: The original URL was https://www.roblox.com/Game/Join.ashx diff --git a/docs/Honorable Users/Brent.md b/docs/Honorable Users/Brent.md index 95a0795..b33f9a4 100644 --- a/docs/Honorable Users/Brent.md +++ b/docs/Honorable Users/Brent.md @@ -1,4 +1,11 @@ # About Brent Brent is the founder of the **ROBLOX Reverse-Engineering** discord server and an avid ROBLOX Reverse-Engineer ever since he joined ROBLOX in 2013. -## History \ No newline at end of file +### Social Media's +[:simple-twitter:](https://twitter.com/System_Address) [:simple-discord:](https://discord.com/users/536264867536175104) + +## Projects +*projects projects projects* **(todo, have some brief history/information about each project and maybe include an image or two)** +### Project Mercury +### Roblonium +### web-platform \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index a62e49b..e8ae983 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,12 @@ # Welcome to the Official ROBLOX Reverse-Engineering website +!!! bug "NOTICE" + + This site is still in development - This site is extremely incomplete and may be lacking information. + + **Help us build this site!** We're always looking for more contributors to help make this site as comprehensive and accurate as possible. If you have something to add, please don't hesitate to [make a pull request on our repository](https://github.com/ROBLOX-Reverse-Engineering/RRE-Site)! + + ## What's ROBLOX Roblox Reverse-Engineering? ROBLOX Roblox Reverse-Engineering is a discord server made for Roblox reverse engineers who have a passion with messing around with the inner-workings of the Roblox website/game client. diff --git a/mkdocs.yml b/mkdocs.yml index 6f94ea8..de0de59 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,8 @@ theme: favicon: assets/iTunesArtwork@2xNoBG.png icon: edit: material/file-edit-outline + admonition: + bug: material/alert palette: - scheme: slate primary: teal @@ -45,7 +47,12 @@ plugins: exclude: - hidden/* markdown_extensions: + - attr_list - footnotes + - admonition + - pymdownx.emoji: + emoji_index: !!python/name:materialx.emoji.twemoji + emoji_generator: !!python/name:materialx.emoji.to_svg - pymdownx.superfences: custom_fences: - name: mermaid