whitfin / cachex

A powerful caching library for Elixir with support for transactions, fallbacks and expirations
https://hexdocs.pm/cachex/
MIT License
1.6k stars 103 forks source link

Add new overview guide and automation #377

Closed whitfin closed 1 month ago

whitfin commented 1 month ago

This PR updates the README and landing page for the generated documentation.

It includes a script to generate overview.md from the README.md (cutting out all the stuff we don't want). Also updated the CI build to check that the latest version is checked in. Bit of a chore, but it'll do for now!