Skip to content

Commit

Permalink
Merge pull request #115 from michalsn/docs-navigation
Browse files Browse the repository at this point in the history
docs: navigation
  • Loading branch information
michalsn authored Dec 22, 2023
2 parents b4cd519 + b444af1 commit 0f0d9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/hljs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
document.addEventListener('DOMContentLoaded', (event) => {
window.document$.subscribe(() => {
hljs.highlightAll();
});
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ theme:
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.prefetch
- content.code.copy
- navigation.footer
- content.action.edit
Expand All @@ -51,6 +50,7 @@ extra:
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
name: Slack

site_url: https://settings.codeigniter.com/
repo_url: https://github.com/codeigniter4/settings
edit_uri: edit/develop/docs/
copyright: Copyright © 2023 CodeIgniter Foundation.
Expand Down

0 comments on commit 0f0d9d2

Please sign in to comment.