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 b4cd519 + b444af1 commit 0f0d9d2Copy full SHA for 0f0d9d2
docs/assets/js/hljs.js
@@ -1,3 +1,3 @@
1
-document.addEventListener('DOMContentLoaded', (event) => {
+window.document$.subscribe(() => {
2
hljs.highlightAll();
3
});
mkdocs.yml
@@ -24,7 +24,6 @@ theme:
24
name: Switch to light mode
25
features:
26
- navigation.instant
27
- - navigation.instant.prefetch
28
- content.code.copy
29
- navigation.footer
30
- content.action.edit
@@ -51,6 +50,7 @@ extra:
51
50
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
52
name: Slack
53
+site_url: https://settings.codeigniter.com/
54
repo_url: https://github.com/codeigniter4/settings
55
edit_uri: edit/develop/docs/
56
copyright: Copyright © 2023 CodeIgniter Foundation.
0 commit comments