API Page base

This commit is contained in:
Jai A
2020-06-05 20:19:19 -07:00
parent 1a142b7fe6
commit 33ee4c36b4
8 changed files with 169 additions and 27 deletions

File diff suppressed because one or more lines are too long

View File

@@ -13,4 +13,6 @@ function toggleSection(element) {
currentlySelectedDiv.classList.remove("mod-hide");
currentlySelectedDiv.classList.add("mod-show");
}
}
hljs.initHighlightingOnLoad();