Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
coenm committed Oct 16, 2024
1 parent fd9ec7d commit 42ab3e8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/mdsource/repository_action_types.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Repository Action types

## Actions

Actions are a list of actions. This can be used in a sub menu.

### Example

```yaml
action-menu:
- type: folder@1
actions:
- type: just-text@1
name: x
- type: url@1
name: x
# etc. etc.
```

## Context

The context type enables you to create or load variables and add some custom scriban methods in order to render [Text](#text) or calculate [Predicats](#predicate).
Expand Down

0 comments on commit 42ab3e8

Please sign in to comment.