This repository contains documentation for creating mods for Bopl Battle.
This site uses VitePress for development. More information can be found on its website.
To install:
- Clone the repo (
git clone --recursive https://github.com/Bopl-Battle-Modding-Community/docs.git) - Install dependencies (
npm i) - Run the dev server (
npm run docs:dev)
Make sure to keep the documentation organized in folders and follow the general style.
For VitePress-specific Markdown extensions, see Guide/Markdown Extensions.