Fixed doc rendering

This commit is contained in:
Oleg Zhurakousky
2019-07-12 16:52:33 +02:00
parent 2afb53f967
commit 570bbb23b5
11 changed files with 46 additions and 138 deletions

View File

@@ -2,7 +2,7 @@ image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch=maste
== Introduction
include::intro.adoc[]
include::_intro.adoc[]
== Getting Started

View File

@@ -1,3 +1,3 @@
This project provides an adapter layer for a Spring Cloud Function application onto AWS Lambda. You can write an app with a single `@Bean` of type `Function`, `Consumer` or `Supplier` and it will be deployable in AWS if you get the JAR file laid out right. The best way to make it work is to include `spring-cloud-function-context` as a dependency, but not the higher level adapters (e.g. `spring-cloud-function-stream`).
include::adapters/aws-intro.adoc[]
include::./adapters/aws-intro.adoc[]

View File

@@ -1,7 +1,7 @@
This project provides an adapter layer for a Spring Cloud Function application onto Azure.
You can write an app with a single `@Bean` of type `Function` and it will be deployable in Azure if you get the JAR file laid out right.
include::adapters/azure-intro.adoc[]
include::./adapters/azure-intro.adoc[]
== Sample Function

View File

@@ -1,6 +1,6 @@
== Quick Start
include::adapters/openwhisk-quick-start.adoc[]
include::./adapters/openwhisk-quick-start.adoc[]
== Examples

View File

@@ -16,7 +16,7 @@ Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra
== Introduction
include::intro.adoc[]
include::_intro.adoc[]
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing-docs.adoc[]