Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cysabi authored Jun 6, 2024
1 parent 6483d75 commit f096199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ The website can be found at [`otd.ink`](https://otd.ink).

### maintenance

<details><summary>Updating weapon data:</summary>
<details><summary>Updating new weapons:</summary>

> - Navigate to https://github.com/offthedial/site/blob/HEAD/src/components/weapons.js. This is where the weapon data is stored.
> - Navigate to [https://github.com/offthedial/site/tree/master/src/components/weapons.js](https://github.com/offthedial/site/tree/master/src/components/weapons.js). This is where the weapon data is stored.
> - All images / data is linked to from sendou.ink. Inside the file, you will see a link to the corresponding `weapon.json` file.
> - Copy and paste the json data into the file under the `importedWeapons` variable.
> - Delete all non `MAIN_` weapon keys.
> - Image links are automatically generated based on weapon keys. You are finished.
</details>
<details><summary>Updating season info for IDTGA page:</summary>
<details><summary>Updating IDTGA info card:</summary>

> - Navigate to https://github.com/offthedial/site/blob/HEAD/src/pages/idtga/info.mdx. This is where the season info is stored.
> - The frontmatter has one `hidden:` field. If you do not have any season info to show, you can choose to hide the Season Info tab all together.
Expand Down

0 comments on commit f096199

Please sign in to comment.