From 7708db7060a0ddea4c8623bbf601f777dc04958a Mon Sep 17 00:00:00 2001 From: Sylvie Crowe <107814465+oneirocosm@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:58:46 -0700 Subject: [PATCH] Docs Site Link (#804) Add a link to the docs site in the help block. --- frontend/app/view/helpview/helpview.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/app/view/helpview/helpview.tsx b/frontend/app/view/helpview/helpview.tsx index 48c804f3a..082950a4e 100644 --- a/frontend/app/view/helpview/helpview.tsx +++ b/frontend/app/view/helpview/helpview.tsx @@ -7,6 +7,9 @@ import { Atom, atom, PrimitiveAtom } from "jotai"; import "./helpview.less"; const helpText = ` +For more up-to-date documentation, please visit [our docs site](http://betadocs.waveterm.dev) + + ## Blocks Every individual Component is contained in its own block. These can be added, removed, moved and resized. Each block has its own header which can be right clicked to reveal more operations you can do with that block.