Source for the Holt Chat documentation site, published at holt-chat.github.io/docs.
Built with Jekyll and the just-the-docs theme. The site lives in docs/ and is built and deployed to GitHub Pages by GitHub Actions on every push to main.
cd docs
bundle install
bundle exec jekyll serveThen open http://localhost:4000.
MIT, see LICENSE.