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

Commit f79a230

Browse files
authored
remove empty content, add more links, put 'incommplete' warning at the top (#56)
1 parent 9974189 commit f79a230

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/index.mdx

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@ title: "Home"
66

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

9-
# Introduction
10-
119
## Welcome to Wave Terminal
1210

13-
Wave is an open-source terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI.
11+
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)).
12+
13+
**These docs are incomplete**, but we're working on them. If you have a question, please feel free to ask us in [Discord](https://discord.gg/XfvZ334gwU). If you'd like to file a bug/enchancement, please
14+
use [Github Issues](https://github.com/wavetermdev/waveterm/issues). These docs are also open-source and we do accept PRs in our [docs repo](https://github.com/wavetermdev/waveterm-docs)
1415

1516
References:
1617

17-
* [Key Bindings](./keybindings)
1818
* [Configuration](./config)
19-
* [Telemetry](./telemetry)
19+
* [Key Bindings](./keybindings)
2020
* [Wsh](./wsh)
21+
* [Telemetry](./telemetry)
2122
* [Widgets](./widgets)
2223
* [FAQ](./faq)
2324

25+
<!--
2426
## Features
2527

2628
<CardGroup>
@@ -30,6 +32,15 @@ References:
3032
<Card href="features/browser" icon="fa-globe" title="Inline Web Browser" description="Access online content without switching context." />
3133
<Card href="features/charts" icon="fa-chart-simple" title="Data Visualization" description="Create graphs of system stats or custom data piped directly from CLI programs." />
3234
</CardGroup>
35+
-->
36+
37+
## Links
38+
39+
* Homepage -- https://waveterm.dev
40+
* Download -- https://waveterm.dev/download
41+
* Discord -- https://discord.gg/XfvZ334gwU
42+
* Main Github (source code) -- https://github.com/wavetermdev/waveterm/
43+
* Docs Github (powers this site) -- https://github.com/wavetermdev/waveterm-docs/
3344

3445
## Looking for WaveLegacy documentation?
3546

0 commit comments

Comments
 (0)