diff --git a/docs/content/docs/getting-started/quick-start/consolecall.png b/docs/content/docs/getting-started/quick-start/consolecall.png new file mode 100644 index 0000000000..2503cd4af8 Binary files /dev/null and b/docs/content/docs/getting-started/quick-start/consolecall.png differ diff --git a/docs/content/docs/getting-started/quick-start/ftlcall.png b/docs/content/docs/getting-started/quick-start/ftlcall.png new file mode 100644 index 0000000000..959db03836 Binary files /dev/null and b/docs/content/docs/getting-started/quick-start/ftlcall.png differ diff --git a/docs/content/docs/getting-started/quick-start/index.md b/docs/content/docs/getting-started/quick-start/index.md index ec91efa09b..76a3f48e37 100644 --- a/docs/content/docs/getting-started/quick-start/index.md +++ b/docs/content/docs/getting-started/quick-start/index.md @@ -109,14 +109,18 @@ dev` to rebuild and redeploy the module. ### Open the console -FTL has a console that allows navigation of the cluster topology, logs, traces, +FTL has a console that allows interaction with the cluster topology, logs, traces, and more. Open a browser window at [https://localhost:8892](https://localhost:8892) to view it: [![FTL Console](console.png)](console.png) ### Call your verb -Open a new terminal and use `ftl call` to call your verb: +You can call verbs from the console: + +![console call](consolecall.png) + +Or from a terminal use `ftl call` to call your verb: [![ftl call](ftlcall.png)](ftlcall.png)