Skip to content

Commit

Permalink
Merge branch 'feature/update-document-generation' of https://github.c…
Browse files Browse the repository at this point in the history
…om/coenm/RepoM into feature/update-document-generation
  • Loading branch information
coenm committed Oct 16, 2024
2 parents 42ab3e8 + ad2dd5a commit 6985cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/repom.generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Action to create a folder (sub menu) in the context menu of the repository allow

Properties:

- `actions`: List of actions. (ActionMenu, optional)
- `actions`: List of actions. ([ActionMenu](repository_action_types.md#actions))
- `name`: Name of the menu item. ([Text](repository_action_types.md#text))
- `active`: Whether the menu item is enabled. ([Predicate](repository_action_types.md#predicate))
- `context`: The context in which the action is available. ([Context](repository_action_types.md#context))
Expand Down Expand Up @@ -156,7 +156,7 @@ Properties:
- `enumerable`: The list of items to enumerate on. (Variable)
- `variable`: The name of the variable to access to current enumeration of the items. For each iteration, the variable `{var.name}` has the value of the current iteration. (string?, optional)
- `skip`: Predicate to skip the current item. ([Predicate](repository_action_types.md#predicate))
- `actions`: List of repeated actions. (List)
- `actions`: List of repeated actions. ([ActionMenu](repository_action_types.md#actions))

### Example

Expand Down

0 comments on commit 6985cbf

Please sign in to comment.