Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b92d416

Browse files
committed
docs: hide title and sidebar on the main page
1 parent fef7cc6 commit b92d416

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
<style>
6+
.md-typeset h1,
7+
.md-content__button {
8+
display: none;
9+
}
10+
</style>
11+
112
<p align="center" style="margin-top: 40px; margin-bottom: 40px;">
213
<img src="_static/marimo-logotype-thick.svg" width="210px">
314
</p>

0 commit comments

Comments
 (0)