Example Grasshopper models used throughout our documentation.
Please find a searchable overview of all example models here.
You can clone this repository to download all models at once.
This repository uses mdBook to auto-generate documentation based on Markdown. A GitHub action is used to deploy to GitHub pages.
- Use the
ghx
XML file format of Grasshopper.
Take the following setup steps to locally test auto-generation of the documentation.
- Install rust
- Install mdBook
cargo install mdbook
- Install mdbook-external-links
cargo install mdbook-external-links
- From the root directory of this repository run
mdbook serve .