About
Transparency
The Ripped Guide stores 0 Cookies in your Browser.
We use Privacy-first Umami Analytics to measure site activity.
This does not log any personal information apart from Country of Visit, Resolution, User-Agent and Referrer.
If you wish to opt-out, install uBlock Origin on your browser.
Contributing
Feel free to contribute to the Guide by making a Pull Request or an Issue in our docs repo.
If you think you can help out with the code, feel free to make a PR in our site repo.
Formatting
This website is built using Vite and React with a custom MDX rendering setup. You can write regular Markdown along with custom React components directly in .mdx files.
In brief, here's how a document works:
You can also use HTML tags:
Rendered Version:
Header
Here is normal text.
Quote
Subheading
Here is a link.
Here is italic text, bold text, italic and bold text, and inline code.
Here is an unordered list:
- item 1
- item 2
Here is an ordered list:
- item 1
- item 2
Here is a superscript1.
Here is a table:
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Value 1 | Value 2 | Value 3 |
You can also use HTML tags:
Here is underlined text
Here is small text
Here is red color text
Custom Components
We provide several custom MDX components you can use anywhere within the .mdx files.
1. Alerts
Alerts call attention to important information.
Example:
2. Collapsible
Collapsible sections help hide lengthy information behind an expandable header.
Example:
Here is the hidden content!
3. Tabs
Tabs allow you to structure content conditionally without taking up too much vertical space.
Example:
.exe file.4. RouteHeader
Used to document API endpoints efficiently.
Example:
Get User Info
GET/api/v1/users/{user.id}5. Changelog
Displays release notes in an organized timeline structure.
Example:
v1.2.0
October 24, 2026- Added a new feature - Fixed a bug
v1.1.0
September 5, 2026- Initial release
6. YouTube Embed
Embeds a YouTube video responsively.
Example: