Skip to content

Commit

Permalink
docs: add instant navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Dec 21, 2023
1 parent e50d513 commit 2ee9497
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assets/hljs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
document.addEventListener('DOMContentLoaded', (ev) => {
window.document$.subscribe(() => {
hljs.highlightAll();
});
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ theme:
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant

extra:
homepage: https://michalsn.github.io/codeigniter-signed-url
Expand Down

0 comments on commit 2ee9497

Please sign in to comment.