Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.09 KB

Plexus is a Rust library for polygonal mesh processing. This repository contains the source for the documentation website.

The website is built via make using MkDocs, the Rust nightly toolchain, and peru.

The Makefile has two primary rules: build and publish, which do exactly what their names suggest. Build artifacts are written to the ./out directory. When publishing, these artifacts are copied into a temporary directory via mktemp.

The gh-pages branch typically has a single commit and is used exclusively for build artifacts hosted by GitHub Pages (there is no history). Publishing with make publish forces a push to the push specification of the origin/gh-pages branch.

Peru is used to fetch the Plexus source code. This code is used to generate API documentation via rustdoc.

It is possible to test changes via mkdocs serve, but this will not serve the rustdoc API documentation.