Appearance
How to contribute
glitchingdocs is open to contributions from anyone. All you need is a GitLab account and basic Markdown knowledge — no coding required.
Quick way (edit on GitLab)
Every page has an Edit this page link at the bottom. Click it, make your changes, and submit a merge request.
Adding a new page
Create a
.mdfile in the right folder:docs/movement/— movement techniquesdocs/clips/— clips and showcasedocs/miscellaneous/— misc mechanicsdocs/tips/— tips and tricks
Name it with hyphens, no spaces:
wall-hop.md,dance-clip.mdUse this template:
markdown
---
title: Mechanic name
category: Movement
description: One sentence describing what this is.
rig: Both
---
# Mechanic name
Short description of what this is and why it matters.
<PageBadges />
## Video
<iframe width="100%" style="aspect-ratio:16/9;border-radius:10px;border:none"
src="https://www.youtube.com/embed/VIDEO_ID" allowfullscreen></iframe>
## How to do it
1. Step one
2. Step two
3. Step three
## Notes
- Any extra context, variations, or gotchas.
- If the glitch is version-specific, mention that here.
> Found by **username**Frontmatter fields
| Field | Values |
|---|---|
title | The name of the mechanic |
category | Movement, Clips, Miscellaneous, Tips |
description | One sentence, shown on the browse page |
rig | R6, R15, or Both |
Uploading a video
- Upload your clip to Streamable or YouTube (unlisted)
- For YouTube: copy the video ID from the URL —
youtube.com/watch?v=ABC123→ ID isABC123 - Paste into the embed:
https://www.youtube.com/embed/ABC123 - For Streamable: use
https://streamable.com/e/ABC123
Linking to other pages
You can link to other pages or tips inline like this:
md
Face a wall while [shiftlock](../tips/shiftlock) is enabled.Guidelines
- Keep descriptions beginner-friendly
- Always include a video if you can find one
- For glitches, mention whether it still works in the current version
- Credit the finder with
> Found by **username**at the bottom - Use lowercase filenames with hyphens