The small documentation of the MineYourMind modded Minecraft Server Community. Here on github so everyone can suggest changes and additions.
You can setup an environment so you can instantly see the changes that have been made to the docs.
- Install VS Code
- Install reStructuredText Extension
- Click "Open Preview to the Side" and choose sphinx for preview
Install the following and view it in the browser:
Open the terminal or command line in the main directory of this project and run the following commands:
yarn install
pip install -r requirements.txt
yarn run gulp
Your browser will open a local site of the docs. When you make a change to the documentation it will refresh the site in your browser.