Skip to content

Commit

Permalink
Merge pull request #126 from choria-io/abt_docs
Browse files Browse the repository at this point in the history
(misc) minor doc updates
  • Loading branch information
ripienaar committed Mar 19, 2023
2 parents f0fe0d9 + 2488fae commit 1590d60
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion docs/content/experiments/_index.md
Expand Up @@ -67,7 +67,7 @@ of the working directory the user is in.

An example can be found in the source repository for this project.

## Configuration
### Configuration

Configuration is looked for in the local directory in the `.abtenv` file. At present this is not searched for in parent
directories.
4 changes: 0 additions & 4 deletions docs/content/reference/exec.md
Expand Up @@ -64,10 +64,6 @@ script: |
Failing executions can be tried based on a backoff policy, here we configure a maximum of 10 attempts with varying sleep
times that would include randomized jitter.

{{% notice secondary "Version Hint" code-branch %}}
Added in version 0.4.0
{{% /notice %}}

Scripts can detect if they are running in a retry by inspecting the `BUILDER_TRY` environment variable.

```yaml
Expand Down
8 changes: 0 additions & 8 deletions docs/content/reference/transformations.md
Expand Up @@ -49,10 +49,6 @@ Since version `0.5.0` an optional `yaml_input` boolean can be set true to allow

The `to_json` transform can convert YAML or JSON format input into JSON format output. By default the output JSON will be compact unindented JSON, prefix and indent strings can be configured.

{{% notice secondary "Version Hint" code-branch %}}
Added in version 0.5.0
{{% /notice %}}

```yaml
# unindented JSON output
transform:
Expand All @@ -71,10 +67,6 @@ transform:

The `to_yaml` transform can convert JSON format input into YAML format output.

{{% notice secondary "Version Hint" code-branch %}}
Added in version 0.5.0
{{% /notice %}}

```yaml
transform:
to_yaml: {}
Expand Down

0 comments on commit 1590d60

Please sign in to comment.