From cf5df98d10927a94f69e647738f46b70de27a0f4 Mon Sep 17 00:00:00 2001 From: Mike Sawka Date: Tue, 24 Sep 2024 11:56:55 -0700 Subject: [PATCH] update readme (#17) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67f48e2..0505c3a 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ # Wave Terminal Documentation -This is the home for Wave Terminal's documentation site. - -This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator. +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://betadocs.waveterm.dev ### Installation +Our docs are built using [Docusaurus](https://docusaurus.io/), a modern static website generator. + ```sh yarn ```