Skip to content

Commit 692767a

Browse files
committed
mkdocs: Watch for README and CONTRIBUTING files
When using `mkdocs serve`, now if any of those files changes, the docs will be regenerated automatically. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 135cb44 commit 692767a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,5 @@ plugins:
103103
# Preview controls
104104
watch:
105105
- src
106+
- README.md
107+
- CONTRIBUTING.md

0 commit comments

Comments
 (0)