Skip to content

Editing a Guide

There are two ways to make an edit: right in your browser (easiest, great for small changes), or locally on your computer (better for writing a whole guide with live preview). Both end the same way — a pull request that gets reviewed before going live.

Best for typos, wording, and small fixes — no software to install.

  1. Open the guide you want to change on TCGT.Help and note its title.

  2. In the GitHub repository, find the matching file under src/content/docs/… (for example, the IMB Tracking page is src/content/docs/printing-shipping/imb-tracking.mdx).

  3. Click the pencil icon (Edit this file) in the top-right of the file view.

  4. Make your changes in the editor. Everything is written in Markdown — see the Style Guide for the basics.

  5. Click Commit changes, choose “Create a new branch and start a pull request,” and describe what you changed. That’s it — a maintainer takes it from there.

To replace a “Coming soon” page, just open its file and swap the placeholder for your content. To add a page that doesn’t exist yet, create a new .mdx file in the right category folder with this at the top:

---
title: Your Guide Title
description: One sentence describing the guide.
---
Your content starts here.

A maintainer reviews every pull request before it goes live, so don’t stress about getting it perfect — that’s what review is for. Once it’s approved and merged, your guide publishes to TCGT.Help automatically.

TCGT.Help is an independent, community-run help site for users of TCGTracking. It is not affiliated with, endorsed by, or operated by TCGTracking.