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.
2 parents 444061c + d4400cd commit daba1e3Copy full SHA for daba1e3
docs/assets/js/hljs.js
@@ -1,3 +1,3 @@
1
-document.addEventListener('DOMContentLoaded', (event) => {
+window.document$.subscribe(() => {
2
hljs.highlightAll();
3
});
mkdocs.yml
@@ -28,7 +28,6 @@ theme:
28
name: Switch to light mode
29
features:
30
- navigation.instant
31
- - navigation.instant.prefetch
32
- content.code.copy
33
- navigation.footer
34
- content.action.edit
@@ -55,7 +54,7 @@ extra:
55
54
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
56
name: Slack
57
58
-
+site_url: https://shield.codeigniter.com/
59
repo_url: https://github.com/codeigniter4/shield
60
edit_uri: edit/develop/docs/
61
copyright: Copyright © 2023 CodeIgniter Foundation.
0 commit comments