Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: images in docs as well as getting started url #3928

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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
Loading