Skip to content

Commit

Permalink
fix(mkdocs): Correct watch path config in mkdocs
Browse files Browse the repository at this point in the history
This commit fixes the configuration of the watch path in mkdocs. The
'watch' configuration previously supported by mkdocstrings is now
integrated into mkdocs. The directory referencing has been fixed by
using underscores instead of hyphens. This change will ensure the
compatibility of mkdocs with the mkdocstrings plugin.

Fixes netbox-community#21
  • Loading branch information
pheus committed Jul 28, 2024
1 parent d920039 commit dc2b284
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions {{cookiecutter.hyphenated}}/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ plugins:
- include-markdown
- search:
lang: en
- mkdocstrings:
watch:
- {{ cookiecutter.hyphenated }}
watch:
- {{ cookiecutter.underscored }}
extra:
social:
- icon: fontawesome/brands/twitter
Expand Down

0 comments on commit dc2b284

Please sign in to comment.