docs

📚 Kelly County | Documentation

Welcome to the Kelly County Roleplay Documentation! This is a place where you can find all the information you need to get started with Kelly County Roleplay.




Contributing to the Docs

If you want to contribute to our docs and add more information or maybe just fix a typo, here is a useful guide to get started.

  1. If you don’t already have one, You will need to create a Github account.
    You can sign up for an account Here

  2. Create a fork of the repository, this will allow you to make changes to the files without affecting the original repository.
    You can do this by clicking the “Fork” button in the top right corner of the repository page. Then, click “Create Fork”

  3. You can now clone your fork onto your PC, and proceed to edit whatever it is that you want to modify (you can also just make your changes in the repository itself on the Github website).
    Find out how to do that Here

  4. Click “Pull Requests” and Create New Pull Request.

  5. Add a comment of what you did. For example; “Fixed There instead of Their” or “Added new information to LEO page”.
    Try to keep it descriptive to make it easy for us to understand what you did and why you did it.

  6. Our team will review your changed and approve or deny them. If they are denied our team will leave a comment of why.




But wait? I’ve created the fork, how do I edit?

In order to edit the docs and add what you’d like to them make sure you create a fork as showed above, than go into the docs folder and find the file you want to edit, or create a new folder/file if the documentation doesn’t already exist.


📕 Creating a new section

Creating a new section will require you to create a new folder within /docs/.

{
  "label": "Fire & EMS",
  "position": 9,
  "link": {
    "type": "generated-index",
    "description": "Find out how to be a Firefighter or EMT."
  }
}


📝 Creating a new file/page

How do I create a new file/page? Luckily, this is nowhere near as complicated as making a new section.


All of these files are created using a language called “Markdown”.


🛠️ Example Markdown Snippet

Here is an example of a markdown snippet to help you get started:

# Welcome to KCDOJRP Documentation

## How to Contribute

1. **Fork the Repository**: Click the 'Fork' button on the top right of the [original repo](https://github.com/MTDOJRP/docs).
2. **Make Changes**: Edit the docs in your fork.
3. **Submit a Pull Request**: Once done, create a pull request to merge your changes.

### Formatting Tips
- **Bold**: `**text**`
- **Italic**: `*text*`
- **Link**: `[Link text](URL)`




See an issue with the docs but don’t know how or can’t edit them? Or, do you just have a suggestion?

Feel free to head on over to the Issues tab and click New Issue Here you can create an issue, Type what you need / want fixed/added and add Labels to help us categorize your issue! These are the labels you can use:


❓ Any More Questions?

Join our Discord and open a ticket in #support-and-information!