diff --git a/docs/content/docs/getting-started/quick-start/console.png b/docs/content/docs/getting-started/quick-start/console.png new file mode 100644 index 0000000000..04616f0631 Binary files /dev/null and b/docs/content/docs/getting-started/quick-start/console.png differ diff --git a/docs/content/docs/getting-started/quick-start/ftldev.png b/docs/content/docs/getting-started/quick-start/ftldev.png new file mode 100644 index 0000000000..6830091e2b Binary files /dev/null and b/docs/content/docs/getting-started/quick-start/ftldev.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 2db1a5eaf0..ec91efa09b 100644 --- a/docs/content/docs/getting-started/quick-start/index.md +++ b/docs/content/docs/getting-started/quick-start/index.md @@ -102,9 +102,7 @@ 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. @@ -112,7 +110,15 @@ 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 diff --git a/docs/sass/main.scss b/docs/sass/main.scss index ffabbd1d06..ddb72dccf4 100644 --- a/docs/sass/main.scss +++ b/docs/sass/main.scss @@ -1,7 +1,9 @@ @import "../themes/adidoks/sass/main.scss"; -img { - max-width: 100%; - height: auto; +main { + img { + max-width: 100%; + height: auto; + } } \ No newline at end of file