mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
* adds a `watch` property to the `mkdocs.yaml` schema. Accepts a list of directories to watch. * adds a `-w`/`--watch` command line option to `mkdocs serve` that can be passed multiple times * options from `mkdocs.yaml` and CLI flags are combined * the livereload server will also print the directories that it watches * docs updated Co-authored-by: Oleh Prypin <oleh@pryp.in>