Skip to content

Commit

Permalink
fix(mkdocs): Correct slugify function in mkdocs.yml
Browse files Browse the repository at this point in the history
Update slugify configuration to use pymdownx's slugify method.
(DeprecationWarning: 'uslugify' is deprecated.)

Fixes netbox-community#22
  • Loading branch information
pheus committed Jul 28, 2024
1 parent d920039 commit 182d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.hyphenated}}/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ markdown_extensions:
- toc:
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
slugify: !!python/object/apply:pymdownx.slugs.slugify {}
- meta
plugins:
- include-markdown
Expand Down

0 comments on commit 182d95e

Please sign in to comment.