We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50d513 commit 2ee9497Copy full SHA for 2ee9497
docs/assets/hljs.js
@@ -1,3 +1,3 @@
1
-document.addEventListener('DOMContentLoaded', (ev) => {
+window.document$.subscribe(() => {
2
hljs.highlightAll();
3
});
mkdocs.yml
@@ -22,6 +22,8 @@ theme:
22
toggle:
23
icon: material/brightness-4
24
name: Switch to light mode
25
+ features:
26
+ - navigation.instant
27
28
extra:
29
homepage: https://michalsn.github.io/codeigniter-signed-url
0 commit comments