Skip to content

Commit 2ee9497

Browse files
committed
docs: add instant navigation
1 parent e50d513 commit 2ee9497

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/assets/hljs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
document.addEventListener('DOMContentLoaded', (ev) => {
1+
window.document$.subscribe(() => {
22
hljs.highlightAll();
33
});

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ theme:
2222
toggle:
2323
icon: material/brightness-4
2424
name: Switch to light mode
25+
features:
26+
- navigation.instant
2527

2628
extra:
2729
homepage: https://michalsn.github.io/codeigniter-signed-url

0 commit comments

Comments
 (0)