Skip to content

Commit

Permalink
Merge pull request #150 from michalsn/doc-navigation
Browse files Browse the repository at this point in the history
doc: navigation
  • Loading branch information
michalsn authored Dec 22, 2023
2 parents 8048617 + 5573d5b commit 429a51a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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();
});
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ theme:
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.prefetch
- content.code.copy
- navigation.footer
- content.action.edit
Expand All @@ -55,7 +54,7 @@ extra:
link: https://join.slack.com/t/codeigniterchat/shared_invite/zt-244xrrslc-l_I69AJSi5y2a2RVN~xIdQ
name: Slack


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

0 comments on commit 429a51a

Please sign in to comment.