commit aa63c8203075471fb8c5261396011827a15475e4 Author: Yakov5776 Date: Sat Oct 8 23:24:59 2022 -0400 First Commit diff --git a/docs/AboutReversing.md b/docs/AboutReversing.md new file mode 100644 index 0000000..a16511d --- /dev/null +++ b/docs/AboutReversing.md @@ -0,0 +1 @@ +## TODO \ No newline at end of file diff --git a/docs/Common Issues/test.md b/docs/Common Issues/test.md new file mode 100644 index 0000000..4d94406 --- /dev/null +++ b/docs/Common Issues/test.md @@ -0,0 +1 @@ +todo \ No newline at end of file diff --git a/docs/Common Issues/test2.md b/docs/Common Issues/test2.md new file mode 100644 index 0000000..4d94406 --- /dev/null +++ b/docs/Common Issues/test2.md @@ -0,0 +1 @@ +todo \ No newline at end of file diff --git a/docs/Extras/KeyGeneration.md b/docs/Extras/KeyGeneration.md new file mode 100644 index 0000000..7767389 --- /dev/null +++ b/docs/Extras/KeyGeneration.md @@ -0,0 +1,8 @@ +# Method 1 + +We've put together a quick and easy way to generate public/private key pairs right from your web browser: + +some js for key generation (todo) +# Method 2 + +blahblahblah explain to the user about using a key generation application (todo) \ No newline at end of file diff --git a/docs/assets/iTunesArtwork@2x.png b/docs/assets/iTunesArtwork@2x.png new file mode 100644 index 0000000..34b2594 Binary files /dev/null and b/docs/assets/iTunesArtwork@2x.png differ diff --git a/docs/assets/iTunesArtwork@2xNoBG.png b/docs/assets/iTunesArtwork@2xNoBG.png new file mode 100644 index 0000000..eeda651 Binary files /dev/null and b/docs/assets/iTunesArtwork@2xNoBG.png differ diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..a62e49b --- /dev/null +++ b/docs/index.md @@ -0,0 +1,10 @@ +# Welcome to the Official ROBLOX Reverse-Engineering website + +## 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. + +It was initially started by [Brent](https://twitter.com/System_Address) on January of 2021. + +## How do I join the discord? + +The discord invite can be found [here](/discord). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..aa98371 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,29 @@ +site_name: ROBLOX Reverse-Engineering +theme: + name: material + logo: assets/iTunesArtwork@2xNoBG.png + favicon: assets/iTunesArtwork@2xNoBG.png + palette: + - scheme: slate + primary: teal + accent: indigo + toggle: + icon: material/brightness-4 + name: Switch to dark mode + - scheme: default + primary: teal + accent: indigo + toggle: + icon: material/brightness-7 + name: Switch to light mode +nav: + - Home: 'index.md' + - What is Reversing?: 'AboutReversing.md' + - Common Issues: + - Issue 1: Common Issues/test.md + - Issue 2: Common Issues/test2.md + - Extras: + - Generating a public/private key: 'Extras/KeyGeneration.md' +extra: + generator: false +copyright: We're not affiliated, associated, authorized, or endorsed by ROBLOX Corporation in any way, shape, or form. \ No newline at end of file diff --git a/test2.md b/test2.md new file mode 100644 index 0000000..e69de29