Skip to content

Commit

Permalink
Merge branch 'feature/documentation-generation-with-examples' of http…
Browse files Browse the repository at this point in the history
…s://github.com/coenm/RepoM into feature/documentation-generation-with-examples
  • Loading branch information
coenm committed Sep 18, 2024
2 parents 13a5fd2 + 96c8334 commit d9c0b3f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/repom.generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,26 @@ Properties:
- `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))

### Example

<!-- snippet: separator@1-scenario01 -->
<a id='snippet-separator@1-scenario01'></a>
```yaml
action-menu:
- type: separator@1
active: 'string.size(my_app_name) == 5' # true
context:
- type: set-variable@1
name: my_app_name
value: RepoM
- type: separator@1
```
<sup><a href='/tests/RepoM.ActionMenu.Core.Tests/ActionMenu/IntegrationTests/SeparatorV1Tests.DocumentationScenario01.testfile.yaml#L3-L16' title='Snippet source file'>snippet source</a> | <a href='#snippet-separator@1-scenario01' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->


## url@1

Action to open the url in the default browser.
Expand Down

0 comments on commit d9c0b3f

Please sign in to comment.