This directory contains the source for the `ad_trait` documentation book, built with `mdBook`.
To build and view the book locally, run:
```bash
mdbook serve --open
```
The book is automatically built and deployed to GitHub Pages whenever changes are pushed to the `main` branch, as defined in `.github/workflows/deploy_book.yml`.