docs: another way to hide a page title at API Reference page

This commit is contained in:
Mateusz Pusz
2024-10-30 14:01:57 +01:00
parent 856e42e4f5
commit 641ea85fc9
3 changed files with 33 additions and 6 deletions

View File

@ -1,15 +1,11 @@
---
title: API Reference - mp-units
template: api_reference.html
hide:
- navigation
- toc
---
<style>
.md-content .md-typeset h1 {
display: none;
}
</style>
<script src="../javascripts/jquery.min.js"></script>
<script src="../javascripts/iframeResizer.min.js"></script>