# Stories Stories I want to tell. Unlike the `active` project, which stores notes in no particular order, stories are meant to be read and enjoyed from top to bottom. Hopefully they teach you something. ## This is a mkdocs project `docs/` contains all the stories. `mkdocs.yml` holds the project config. ```bash # Run the mkdocs site with mkdocs serve uv run mkdocs serve ``` ## Errata mkdocs has a [bug that breaks autoreload](https://github.com/mkdocs/mkdocs/issues/4032). This project has pinned click to `8.2.1` to fix it.