Skip to content

Commit

Permalink
docs: hide a title on the API Reference page
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Oct 30, 2024
1 parent 574dfd1 commit f0b941d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ hide:
- toc
---

<style>
.md-content .md-typeset h1 {
display: none;
}
</style>

<script src="../javascripts/jquery.min.js"></script>
<script src="../javascripts/iframeResizer.min.js"></script>

Expand Down

0 comments on commit f0b941d

Please sign in to comment.