Skip to content

Commit

Permalink
[docs] Fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nsk90 committed Nov 11, 2023
1 parent a6e2662 commit 71e6699
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -856,9 +856,10 @@ Contains additional functions to work with KStateMachine depending on Kotlin Cor

## Export

{% include note.html content="Currently transitions that use lambdas like `transitionConditionally()` and
`transitionOn()` are not exported. User defined lambdas that are passed to calculate next state could not be correctly
called during export process as they may touch application data that is not valid when export is running." %}
> [!NOTE]
> Currently transitions that use lambdas like `transitionConditionally()` and`transitionOn()` are not exported.
> User defined lambdas that are passed to calculate next state could not be correctly
> called during export process as they may touch application data that is not valid when export is running.

### PlantUML

Expand Down

0 comments on commit 71e6699

Please sign in to comment.