From c4f38363b731164dfada3567572257bd800cba1c Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 6 Nov 2024 12:54:16 -0800 Subject: [PATCH] Update README.md (#88) --- README.md | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/README.md b/README.md index de1a82e..9c1729c 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,3 @@ -

- - - - Wave Terminal Logo - -
-

- # Wave Terminal Documentation -This is the home for Wave Terminal's documentation site. This README is specifically about _building_ and contributing to the docs site. If you are looking for the actual hosted docs, go here -- https://docs.waveterm.dev - -### Installation - -Our docs are built using [Docusaurus](https://docusaurus.io/), a modern static website generator. - -```sh -yarn -``` - -### Local Development - -```sh -yarn start -``` - -This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server. - -### Build - -```sh -yarn build -``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service. - -### Deployment - -Deployments are handled automatically by the [Deploy action](.github/workflows/deploy.yml) +This repository is archived. The source code for Wave's documentation site can now be found [here](https://github.com/wavetermdev/waveterm/blob/main/docs).