Skip to content

olson-sean-k/wax-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wax is a portable globbing library. This repository contains the source code 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 Wax 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.

About

Documentation website for Wax.

Resources

License

Stars

Watchers

Forks