Skip to content

Commit 0f0d9d2

Browse files
authored
Merge pull request #115 from michalsn/docs-navigation
docs: navigation
2 parents b4cd519 + b444af1 commit 0f0d9d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assets/js/hljs.js

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

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ theme:
2424
name: Switch to light mode
2525
features:
2626
- navigation.instant
27-
- navigation.instant.prefetch
2827
- content.code.copy
2928
- navigation.footer
3029
- content.action.edit
@@ -51,6 +50,7 @@ extra:
5150
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
5251
name: Slack
5352

53+
site_url: https://settings.codeigniter.com/
5454
repo_url: https://github.com/codeigniter4/settings
5555
edit_uri: edit/develop/docs/
5656
copyright: Copyright © 2023 CodeIgniter Foundation.

0 commit comments

Comments
 (0)