From 068c46d47cab71aaac8702d9e625198032bc4a2c Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 31 Mar 2025 17:00:32 -0400 Subject: [PATCH] docs (#877) --- docs/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.mdx b/docs/getting-started.mdx index 7f4e2345..baac7aa5 100644 --- a/docs/getting-started.mdx +++ b/docs/getting-started.mdx @@ -226,9 +226,9 @@ If we return to the web console, we see our share in the explorer: If we click on the _frontend endpoint_ a new browser tab opens and we see the content of our share: ![Share Frontend](images/zrok_web_console_share_frontend.png) -If we click on the environment in the explorer, we're shown all of the shares for that environment (including our new share), along with a spark line that shows the activity: +When we start accessing our share, notice the _sparkline_ graphs showing the activity: -![Environment Spark Line](images/zrok_web_console_environment_spark.png) +![Environment Spark Line](images/zrok-visualizer-sparklines.png) And as soon as I terminate the `zrok share` client, the resources are removed from the `zrok` environment.