Skip to content

Commit daba1e3

Browse files
authored
Merge pull request #987 from michalsn/doc-navigation
doc: navigation
2 parents 444061c + d4400cd commit daba1e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ theme:
2828
name: Switch to light mode
2929
features:
3030
- navigation.instant
31-
- navigation.instant.prefetch
3231
- content.code.copy
3332
- navigation.footer
3433
- content.action.edit
@@ -55,7 +54,7 @@ extra:
5554
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
5655
name: Slack
5756

58-
57+
site_url: https://shield.codeigniter.com/
5958
repo_url: https://github.com/codeigniter4/shield
6059
edit_uri: edit/develop/docs/
6160
copyright: Copyright © 2023 CodeIgniter Foundation.

0 commit comments

Comments
 (0)