You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 6, 2024. It is now read-only.
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
13
-
14
-
### Installation
15
-
16
-
Our docs are built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
17
-
18
-
```sh
19
-
yarn
20
-
```
21
-
22
-
### Local Development
23
-
24
-
```sh
25
-
yarn start
26
-
```
27
-
28
-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
29
-
30
-
### Build
31
-
32
-
```sh
33
-
yarn build
34
-
```
35
-
36
-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
37
-
38
-
### Deployment
39
-
40
-
Deployments are handled automatically by the [Deploy action](.github/workflows/deploy.yml)
3
+
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).
0 commit comments