Versioned documentation archive of https://libfn.org/, the website of libfn/functional.
site/is the tree served at https://libfn.org/. Its root carries the documentation of the latest release; every released version keeps its own copy undersite/v<x.y.z>/, release candidates included (for examplesite/v0.1.0-rc1/).- Tags mirror the release tags of libfn/functional. Each release is one commit — the root replaced with the new version's documentation, its directory added alongside the previous ones — so checking out a tag reproduces the site exactly as deployed for that release.
- A version removed from
site/(for example to keep the served site within GitHub Pages limits) remains in history: its tag still reproduces the site of its day.
Commits here are made by the release workflow of libfn/functional, which builds the
documentation from the released sources. Nothing in site/ is written by hand.
The site content is generated from libfn/functional sources and is covered by the same ISC license.