We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8c048 commit 5b66d68Copy full SHA for 5b66d68
_includes/head_custom.html
@@ -1 +1,9 @@
1
<script type="text/javascript" src="{{ '/assets/js/hocon.min.js' | relative_url }}"></script>
2
+<script>
3
+ document.addEventListener("DOMContentLoaded", () => {
4
+ document.querySelectorAll(".nav-list-item").forEach(item => {
5
+ const expander = item.querySelector(".nav-list-expander");
6
+ if (expander && !item.classList.contains("active")) expander.click();
7
+ });
8
9
+</script>
0 commit comments