This repository is a standalone mdBook website for documenting the STICS and
related crop-model workflows without entangling them with your main portfolio
website.
The raw guides you already wrote contain the hard part: the domain knowledge. This site gives that knowledge:
Treat STICS as its own GitHub repository.
That gives you:
Install mdBook, then from the repository root run:
mdbook serve
Then open the local URL shown in the terminal, usually
http://localhost:3000.
If you have Scoop:
scoop install mdbook
If you have Cargo:
cargo install mdbook
If you want the prebuilt binary directly, grab the latest release from:
.github/workflows/deploy.yml will build and
publish the site automatically.book.toml with the real repository URL.Use a normal external link from the portfolio site, for example:
<a href="https://your-user.github.io/your-workflow-docs-repo/">Workflow docs</a>
For this repo, the final URL will likely look more like:
<a href="https://your-user.github.io/STICS/">STICS workflow docs</a>
src/src/SUMMARY.md/docs as source materialbook/book/ should not be committedsrc/ is the content you actually maintain