diff --git a/docs/content/_index.md b/docs/content/_index.md index ac4255f22..0f2b0f29c 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -5,7 +5,7 @@ title = "FTL" # The homepage contents [extra] lead = 'Towards a 𝝺-calculus for large-scale systems' -url = "/docs/getting-started/introduction/" +url = "/docs/getting-started/quick-start/" url_button = "Get started" repo_version = "0.248.0" repo_license = "Open-source Apache License." diff --git a/docs/content/docs/getting-started/quick-start/console.png b/docs/content/docs/getting-started/quick-start/console.png index 04616f063..d8376b403 100644 Binary files a/docs/content/docs/getting-started/quick-start/console.png and b/docs/content/docs/getting-started/quick-start/console.png differ diff --git a/docs/content/docs/getting-started/quick-start/consolecall.png b/docs/content/docs/getting-started/quick-start/consolecall.png index 2503cd4af..b3819173d 100644 Binary files a/docs/content/docs/getting-started/quick-start/consolecall.png and b/docs/content/docs/getting-started/quick-start/consolecall.png differ diff --git a/docs/content/docs/getting-started/quick-start/consoletrace.png b/docs/content/docs/getting-started/quick-start/consoletrace.png new file mode 100644 index 000000000..735b23b8c Binary files /dev/null and b/docs/content/docs/getting-started/quick-start/consoletrace.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 d68ec46b5..a396ff49e 100644 --- a/docs/content/docs/getting-started/quick-start/index.md +++ b/docs/content/docs/getting-started/quick-start/index.md @@ -18,7 +18,7 @@ top = false ### Install the FTL CLI -Install the FTL CLI via [Hermit](https://cashapp.github.io/hermit), [Homebrew](https://brew.sh/), or manually. +Install the FTL CLI via [Homebrew](https://brew.sh/), [Hermit](https://cashapp.github.io/hermit), or manually. {% code_selector() %} @@ -191,6 +191,10 @@ Or from a terminal use `ftl call` to call your verb: [![ftl call](ftlcall.png)](ftlcall.png) +And view your trace in the console: + +![console trace](consoletrace.png) + ### Create another module Create another module and call `alice.echo` from it with by importing the `alice` module and adding the verb client,