Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 844e177

Browse files
authored
remove title and nav on homepage (#71)
* remove title from homepage, lower font size a bit * remove toc from homepage * remove nav on homepage as well
1 parent f70a85d commit 844e177

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
sidebar_position: 1
33
id: "index"
44
title: "Home"
5+
hide_title: true
6+
hide_table_of_contents: true
57
---
68

79
import {Card, CardGroup} from '@site/src/components/card.tsx';
810

9-
## Welcome to Wave Terminal
11+
# Welcome to Wave Terminal
1012

1113
Wave is an [open-source](https://github.com/wavetermdev/waveterm) terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI. We support MacOS, Linux, and Windows ([Downloads](https://waveterm.dev/download)).
1214

src/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@
2020
--ifm-color-primary-lightest: #8cd47d;
2121
}
2222

23+
.docs-doc-id-index article nav {
24+
display: none;
25+
}
26+
27+
body .markdown h1:first-child {
28+
--ifm-h1-font-size: 2rem;
29+
}
30+
31+
body .markdown h2 {
32+
--ifm-h2-font-size: 1.75rem;
33+
}
34+
2335
/* Adds extra margin between last navbar item and the dark mode toggle. */
2436
.navbar__items--right .navbar__item:last-of-type {
2537
margin-right: 4px;

0 commit comments

Comments
 (0)