https://github.com/twelveiterationmods/docs
Website for BlayTheNinth's Mods
https://github.com/twelveiterationmods/docs
Last synced: 10 months ago
JSON representation
Website for BlayTheNinth's Mods
- Host: GitHub
- URL: https://github.com/twelveiterationmods/docs
- Owner: TwelveIterationMods
- Archived: true
- Created: 2023-12-11T00:31:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T11:22:37.000Z (about 1 year ago)
- Last Synced: 2025-06-05T12:42:14.597Z (about 1 year ago)
- Language: MDX
- Homepage: https://mods.twelveiterations.com
- Size: 4.39 MB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mod Documentation powered by Astro
Clone the repository and run `pnpm dev` to preview your changes locally.
## 🚀 Project Structure
```text
/
├── src/
│ ├── content/
│ │ └── games/
│ │ └── mc.md
│ │ └── ...
│ │ └── mods/
│ │ └── mc/
│ │ └── waystones.md
│ │ └── ...
│ │ └── docs/
│ │ └── mc/
│ │ └── waystones/
│ │ └── warp_dust.md
│ │ └── ...
│ │ └── recipes/
│ │ └── mc/
│ │ └── waystones/
│ │ └── warp_dust.json
│ │ └── ...
│ │ └── ...
│ │ └── configs/
│ │ └── mc/
│ │ └── waystones.json
│ │ └── ...
│ │ └── i18n/
│ │ └── mc/
│ │ └── waystones/
│ │ └── en_us.json
│ │ └── ...
│ │ └── ...
```
The folders `recipes` and `i18n` take json files in the same format as the game, i.e. these should be directly copied from the mod repository.
The folder `configs` takes an exported json file via Balm's ConfigJsonExporter. This has to be done manually for now.
Most content is located within the `docs` folder, which holds the pages for all mod-related guides and items.