@@ -4,7 +4,7 @@ A C# library for realization simple state-machine on .Net
44## Сontent
551 . [ Features] ( #Features )
662 . [ Examples] ( #Examples )
7- 4 . [ Documentation] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/ Documentation)
7+ 4 . [ Documentation] ( # Documentation)
884 . [ License] ( #License )
99
1010## Features
@@ -83,6 +83,28 @@ Useful extensions for work:
8383
8484 }
8585```
86+ ## Documentation
87+ * [[ StateMachine]]
88+ * [ Import] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/StateMachine#Import )
89+ * [ Export] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/StateMachine#Export )
90+ * [ Logging] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/StateMachine#Logging )
91+ * [[ State]]
92+ * [ Create] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Create )
93+ * [ Get] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Get )
94+ * [ Delete] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Delete )
95+ * [ Entry] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Entry )
96+ * [ Exit] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Exit )
97+ * [[ Transition]]
98+ * [ Create] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Create )
99+ * [ Get] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Get )
100+ * [ Delete] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Delete )
101+ * [ Invoke] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Invoke )
102+ * [ Parameters] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Parameters )
103+ * [[ Data]]
104+ * [ Create] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Create )
105+ * [ Get] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Get )
106+ * [ Delete] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Delete )
107+ * [ Change] ( https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Change )
86108## License
87109
88110Copyright (c) SimpleStateMachine
0 commit comments