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

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

Merged
merged 1 commit into from
Oct 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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?

Expand Down