Expanding The Wiki

Help us build the best community wiki! This guide will teach you how to contribute content and use Markdown formatting.

🚀 Quick Start

Step 1: Fork the Repository

  1. Go to our GitHub repository
  2. Click the "Fork" button in the top right
  3. This creates your own copy of the wiki

Step 2: Make Your Changes

  1. Navigate to the file you want to edit
  2. Click the pencil icon to edit
  3. Make your changes using Markdown
  4. Scroll down and write a commit message

    To edit a page, direct yourself to the content > pages

Step 3: Submit Your Changes

  1. Click "Propose changes"
  2. Click "Create pull request"
  3. Add a description of what you changed
  4. Submit for review!

Useful Resources


Important Formatting Rule(s)

How to begin your markdown files:

---
title: "Expanding The Wiki"
description: "Learn how to contribute to the AniHaven Wiki and write in Markdown"
author: "AniHaven Team"
lastModified: "July 3rd, 2025"
---

... (Information goes here)

Beginning your markdown with this first chunk of text is important, especially if you want credit where credit is due. (This first section won't be displayed on the wiki page)

title: edits the page's title on the tab
description: is more behinds the scenes. Has to do with SEO
author: credits the author/editor of the page
lastModified: date in which the page was edited (To keep the wiki structured we will use the Month > Day > Year format [i.e., July 3rd, 2025])
author_img

Last edited by AniHaven Team
Last updated: July 4, 2025