Skip to content

Commit

Permalink
Fix alias docs indentation (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec authored Feb 26, 2024
1 parent 5766397 commit dcf0192
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/configuration/alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ You can configure aliases in the Botkube Cloud dashboard.
3. Click **Create new** button.
4. Provide display name, alias and command.

For example, for `exec` plugin, you can provide display name as `Exec alias`, alias as `x`, and command as `exec`.
For example, for `exec` plugin, you can provide display name as `Exec alias`, alias as `x`, and command as `exec`.

1. Select instances for which you want to enable the alias.
1. Click **Apply** button.
5. Select instances for which you want to enable the alias.
6. Click **Apply** button.

## Self-hosted Botkube syntax

To configure the aliases for the self-hosted Botkube installation, use the following syntax:

```yaml
# Custom aliases for given commands.
# The aliases are replaced with the underlying command before executing it.
Expand Down

0 comments on commit dcf0192

Please sign in to comment.