readability-stats-docs

MkDocs Material documentation site for the readability-stats Rust crate — Flesch reading-ease, Flesch-Kincaid grade level, syllable counts, and sentence/word statistics for prose.

Live docs: https://theluckystrike.github.io/readability-stats-docs/

The crate is the math behind the BeLikeNative AI writing assistant.

Build locally

pip install -r requirements.txt
mkdocs serve
# → http://127.0.0.1:8000

Publish

The site is built and deployed automatically by GitHub Actions (.github/workflows/ci.yml) on every push to main. GitHub Pages serves the build artifact directly (Pages build type = workflow).