Update pages
This commit is contained in:
13
index.html
13
index.html
@@ -10,6 +10,17 @@ badges:
|
||||
url: https://github.com/spring-projects/spring-statemachine
|
||||
icon: github
|
||||
|
||||
- name: Issues (GitHub)
|
||||
url: https://github.com/spring-projects/spring-statemachine/issues
|
||||
icon: tracking
|
||||
|
||||
- name: CI (Bamboo)
|
||||
url: https://build.spring.io/browse/SDG
|
||||
icon: ci
|
||||
|
||||
- name: StackOverflow
|
||||
url: http://stackoverflow.com/questions/tagged/spring-statemachine
|
||||
|
||||
---
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
@@ -39,6 +50,8 @@ State machines are powerful because behaviour is always guaranteed to be consist
|
||||
|
||||
It is much easier to design high level logic outside of your application and then interact with a state machine with a various different ways. You will simple send interact with a state machine by sending event, listening what a state machine does or simply request a current state.
|
||||
|
||||
Do you want to ask a question? Go to [StackOverflow](http://stackoverflow.com) and use a tag [spring-statemachine](http://stackoverflow.com/questions/tagged/spring-statemachine).
|
||||
|
||||
<span id="quick-start"></span>
|
||||
## Quick Start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user