mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-29 18:07:16 +02:00
docs: hide a title on the API Reference page
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user