Skip to content

Commit

Permalink
Update docs/transformer.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
  • Loading branch information
Jayclifford345 and jdbaldry authored Sep 4, 2024
1 parent f1957e4 commit 39b9bfc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/transformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,12 @@ sudo apt-get install -y docker-compose-plugin && clear && echo "Setup complete.

### Add the script to the tutorial

To add the script to the tutorial, you need to add the script to the `killercoda` metadata in the source file. Note that we currently only support foreground and background scripts for the introduction and finish pages. These scripts are specified in the `killercoda.details` field in the source file. Lets look at an example:
To add the script to the tutorial, you need to add the script to the `killercoda` metadata in the source file.

> [!NOTE]
> The transformer tool only supports foreground and background scripts for the introduction and finish pages.

The following example sets the foreground script for the introduction page to be `docker-compose-update.sh`:

```yaml
title: Quick start for Tempo
Expand Down

0 comments on commit 39b9bfc

Please sign in to comment.