diff --git a/spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc b/spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc new file mode 100644 index 00000000..d30d9d46 --- /dev/null +++ b/spring-cloud-task-docs/src/main/asciidoc/sagan-index.adoc @@ -0,0 +1,2 @@ +Spring Cloud Task allows a user to develop and run short lived microservices using Spring Cloud and run them locally, in the cloud, even on Spring Cloud Data Flow. Just add `@EnableTask` and run your app as a Spring Boot app (single application context). +If you are new to Spring Cloud Task, take a look at our https://docs.spring.io/spring-cloud-task/docs/2.0.0.RELEASE/reference/htmlsingle/#getting-started[Getting Started] docs.