EDOPro Scripting Guides and Reference
A vitepress website containing tutorials, guides, and an API reference for EDOPro scripting. The reference pages are generated from the documentation files in scrapiyard.
Every page in the site has an "Edit this page" link which will open the corresponding file on github in edit mode. For now, we recommend helping edit the API doc entries rather than the "Getting Started" and "Guides" pages.
- Clone the repos:
git clone https://github.com/ProjectIgnis/scrapiyardgit clone https://github.com/ProjectIgnis/scrapi-book
NOTE: For now, it's important that they're in the same folder for
scrapi-bookto find the doc files. Later, there will be an option to specify the local directory or remote repo of scrapiyard.
- Navigate into book:
cd scrapi-book - Install dependencies:
npm i - Run any of the following:
npm run book:previewfor a basic previewnpm run book:devto start a dev server onhttp://localhost:5173/scrapi-book/that hot-reloads when files are edited (this does not include editing the yaml files in scrapiyard).npm run book:buildto generate all the website files. This will take more time thanpreviewordev. The output will be under/docs/.vitepress/dist.
