Skip to content

Commit

Permalink
Some naming and commenting improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Jul 25, 2024
1 parent 201bae3 commit 92a8246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Automatically fold the API reference section on page load
document.addEventListener("DOMContentLoaded", function() {
const reference_link = document.querySelector('a[href$="reference/SUMMARY.html"]');
const inp = reference_link.parentElement.parentElement.querySelector('input');
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extra_css:
- stylesheets/extra.css

extra_javascript:
- assets/fold_reference.js
- assets/fold_api_reference.js

markdown_extensions:
- pymdownx.emoji:
Expand Down

0 comments on commit 92a8246

Please sign in to comment.