Skip to content

Commit

Permalink
fix: images in docs as well as getting started url
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman committed Jan 7, 2025
1 parent 526f9b8 commit 47e2715
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
Binary file modified docs/content/docs/getting-started/quick-start/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/content/docs/getting-started/quick-start/consolecall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/content/docs/getting-started/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() %}

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 47e2715

Please sign in to comment.