Skip to content

Commit

Permalink
refactor: update pre-commit config to exclude demo.html; adjust mkdoc…
Browse files Browse the repository at this point in the history
…s navigation settings
  • Loading branch information
zotko committed Nov 25, 2024
1 parent 39c04b9 commit 78bc3b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exclude: '^(examples/|docs/assets/)'
exclude: '^(examples/|docs/demo.html)'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ markdown_extensions:
- admonition
- pymdownx.details

extra_templates:
- assets/demo.html
not_in_nav: |
- /demo.html
plugins:
- search
Expand Down

0 comments on commit 78bc3b2

Please sign in to comment.