Skip to content

Commit

Permalink
Add language switcher to the docs (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Nov 14, 2024
2 parents eb70492 + 0e5cdd7 commit 279560e
Show file tree
Hide file tree
Showing 7 changed files with 1,100 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ repos:
- '[email protected]'
- '[email protected]'
- '[email protected]'
exclude: 'doc/_static/js/language-switcher.js'

# Format JavaScript with Prettier
- repo: https://github.com/rbubley/mirrors-prettier
Expand All @@ -120,6 +121,7 @@ repos:
- id: prettier
name: Format JavaScript (Prettier)
types: [javascript]
exclude: 'doc/_static/js/language-switcher.js'

# Check JSON
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
Loading

0 comments on commit 279560e

Please sign in to comment.