Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/MTDOJRP/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paneedah committed Oct 31, 2023
2 parents 949feca + abf8d9e commit b992cea
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 30 deletions.
30 changes: 20 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# MTDOJRP Docs
# 📚 MTDOJRP Docs

### These docs can be found at [docs.mtdojrp.org](https://docs.mtdojrp.org)
### Anyone is able to edit and add to the documentations.
#### 🔗 These docs can be found at [docs.mtdojrp.org](https://docs.mtdojrp.org)
#### 🖋️ Anyone is able to edit and add to the documentations.

### If you want to contribute to our docs by adding more information or maybe just fixing a typo do the following:
### ✍️ If you want to contribute to our docs by adding more information or maybe just fixing a typo do the following:
1. At the top right click "[**Fork**](https://github.com/MTDOJRP/docs/fork)", Than **Create Fork**.
2. On this fork you can now modify the pages as you please, However this will not update on the website just yet!
3. To update on the website come back to the [**original repo**](https://github.com/MTDOJRP/docs)
Expand All @@ -12,10 +12,10 @@
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??
### 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 folder/file.

All Folders must contain a `category.json` file
All Folders must contain a `_category_.json` file
The file will look like so:
```json
{
Expand All @@ -31,20 +31,30 @@ The Label is what you want to name the category.
The position is where on the left sidebar the category will be displayed.
And the description is a brief description to display when someone clicks on the category.

Now, How do create a new file/page?
Now, How do I create a new file/page?
Create a file named your topic.md, Example: 10codes.md
Now at the top of the file add the following:
```md
---
sidebar_position: 2
---
```
This marks where in the sidebar under the category you want this page to display, SImply change the number.
This marks where in the sidebar under the category you want this page to display, Simply change the number.
Now write what information you would like in the file!

#### But what about the fancy formatting, images, and links?
#### 📜 But what about the fancy formatting, images, and links?
All of these files are created using a language called "Markdown"
See a full list of markdown formatting [here](https://www.markdownguide.org/basic-syntax/)!

### Any More Questions?

### I see an issue with the docs but dont know how or can't edit them, Or do you just have a Suggestion?
Feel free to head on over to the [**Issues**](https://github.com/MTDOJRP/docs/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:
- **Added Documentation** - a suggestion for us to add a topic or details to the documentation, Notice something is missing and want it added? Use this!
- **Bug/Typo** - Oops did we mess something up on our side? Let us know and create a issue with the Bug/Typo label!
- **New Page** - Got something brand new for us that isnt at all in the documentation? Use this label!
- **Question** - Got a question about the documentation or on how to contribute, You can use this or open a ticket on our [**Discord**](https://mtdojrp.org/)!

### ❓ Any More Questions?
Join our [**Discord**](https://mtdojrp.org/) and open a [**Ticket**](https://docs.mtdojrp.org/docs/tickets)!
19 changes: 9 additions & 10 deletions docs/fire-ems/apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ Here is a brief reminder about the requirements to join the SAFD team:

---

### 📝 Application Process

Our application process is simple and straightforward.

- [Click Here](https://docs.google.com/forms/d/1Gi0XqI2CE5EGDnOJJZCS1iagVnf3lyHWSHCFxFtWK7g) to view the application form and fill it out!
- Once you have submitted your application, a member of the SAFD team will review it and get back to you as soon as possible.

---

### 📝 Application Form

Here are some tips to help you fill out the application form:
Expand Down Expand Up @@ -60,4 +51,12 @@ Spamming applications or submitting multiple applications will result in your ap
---

🔍 **Any other questions?** Feel free to contact us in Discord before applying!
- We will be more than happy to answer any questions you may have.
- We will be more than happy to answer any questions you may have.

---

### 📝 Application Process

Our application process is simple and straightforward.

<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScqSiE80EueHBMootOlGPh8_TW6KfKz7xq4V26AUWyiTQoLwQ/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0" width="640" height="1024">Loading…</iframe>
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const config = {
position: 'right',
},
{
href: 'https://mtdojrp.org',
href: 'https://discord.gg/PkbPksdAqu',
label: 'Discord',
position: 'right',
}
Expand Down
10 changes: 1 addition & 9 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,7 @@ function HomepageHeader() {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/intro">
Getting Started
</Link>
</div>

</div>
</header>
);
Expand Down
5 changes: 5 additions & 0 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
text-align: center;
position: relative;
overflow: hidden;
background: url('https://docs.mtdojrp.org/img/banner.png') !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
height: 300px;
}

@media screen and (max-width: 996px) {
Expand Down
Binary file added static/img/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b992cea

Please sign in to comment.