Delve into the technical foundations of the site.
-
Jekyll: A simple, blog-aware static site generator. Learn More
-
Just The Docs: A modern, customizable, and responsive documentation theme for Jekyll. Repository | Official Documentation
-
Markdown Extension - Kramdown: An extension that provides a mixture of standard Markdown syntax with some special features. Kramdown Reference
-
Dependencies: Download and install RubyInstaller (version 3.2.2-1 x64 recommended, with Devkit).
-
Execute
ridk install
from CMD as Administrator. -
Opt for the
MSYS2 and MINGW development tool chain
. -
Incorrect selection? Simply rerun
ridk install
and choose correctly.
-
-
Environment: Open CMD/Terminal to allow PATH environment changes.
-
Verify path via
path
in CMD. -
Standard path:
PATH=C:\Ruby32-x64\bin;
.
-
-
Installation: Execute
gem install jekyll bundler
. This may take several minutes. -
Verification: Use
jekyll -v
to check the installation. Restart your machine if any errors arise.
-
Clone the GitHub repository.
-
Navigate to the repository location via terminal/CMD.
-
Run
bundle install
in CMD (Only needed once). -
To locally serve the site, execute
bundle exec jekyll serve
. -
Access the site at
http://localhost:4000
.
Just The Docs leverages Kramdown combined with traditional Markdown for enhanced documentation and guide creation.
Both the Kramdown reference and Just The Docs documentation offer comprehensive insights.
-
Fork the repository on GitHub.
-
Work within the
/docs/
directory of the:dev:
branch. -
Once done, submit a pull request to the main
:dev:
branch.
-
Home - Index
-
Basic ReShade Guides
-
Downloading and Installing ReShade
-
Understanding and Using ReShade
-
Best Practice Guides
-
-
Advanced ReShade Guides
-
ReShade Manual Installations
-
Using ReShade with: (Various external programs that can be used with ReShade)
-
-
Shader Repository Index
-
iMMERSE and qUINT
-
Under Development
-
-
Special & Others
-
Finding your Game Executable
-
Enabling Windows File Extensions
-
Setting Up User File Permissions
-
Limiting Game Framerates
-
Game Specific Guides
-
FiveM
-
RageMP
-
GTAV
-
Source Games
-
-