remove empty content, add more links, put 'incommplete' warning at the top (#56)

This commit is contained in:
Mike Sawka
2024-10-05 11:01:08 -07:00
committed by GitHub
parent 9974189621
commit f79a230ea9
+16 -5
View File
@@ -6,21 +6,23 @@ title: "Home"
import {Card, CardGroup} from '@site/src/components/card.tsx';
# Introduction
## Welcome to Wave Terminal
Wave is an open-source terminal that adds the ability to launch graphical widgets, controlled and integrated directly with the CLI.
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)).
**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
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)
References:
* [Key Bindings](./keybindings)
* [Configuration](./config)
* [Telemetry](./telemetry)
* [Key Bindings](./keybindings)
* [Wsh](./wsh)
* [Telemetry](./telemetry)
* [Widgets](./widgets)
* [FAQ](./faq)
<!--
## Features
<CardGroup>
@@ -30,6 +32,15 @@ References:
<Card href="features/browser" icon="fa-globe" title="Inline Web Browser" description="Access online content without switching context." />
<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." />
</CardGroup>
-->
## Links
* Homepage -- https://waveterm.dev
* Download -- https://waveterm.dev/download
* Discord -- https://discord.gg/XfvZ334gwU
* Main Github (source code) -- https://github.com/wavetermdev/waveterm/
* Docs Github (powers this site) -- https://github.com/wavetermdev/waveterm-docs/
## Looking for WaveLegacy documentation?