Skip to content

Commit

Permalink
docs: screenshots of console and ftl dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Jun 9, 2024
1 parent 8eb1cc7 commit 2a41f51
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
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.
14 changes: 10 additions & 4 deletions docs/content/docs/getting-started/quick-start/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,23 @@ If using VSCode, opening the directory will prompt you to start FTL:

Alternatively start the local FTL development cluster from the command-line:

```
ftl dev
```
[![ftl dev](ftldev.png)](ftldev.png)

This will build and deploy all local modules. Modifying the code will cause `ftl
dev` to rebuild and redeploy the module.

### Open the console

FTL has a console that allows navigation of the cluster topology, logs, traces,
and more. Open a browser window at [https://localhost:8892](https://localhost:8892) to view it.
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:

[![ftl call](ftlcall.png)](ftlcall.png)

### Create another module

Expand Down
8 changes: 5 additions & 3 deletions docs/sass/main.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@

@import "../themes/adidoks/sass/main.scss";

img {
max-width: 100%;
height: auto;
main {
img {
max-width: 100%;
height: auto;
}
}

0 comments on commit 2a41f51

Please sign in to comment.