Documentation for CraftTweaker
This is the source code for the documentation, you can find the actual site and documentation here
git submodule init
git submodule update
npm install
cd Docs-Site/
npm install
npm run-script serve
Will move the files into build/
in subfolders that the Docs-Site expects them in
npm run-script build
Will check all the links on the markdown making sure they link to valid locations
npm run-script test