GH-481 Remove obsolete doc artifacts

Removed the *-readme.adoc files are no longer used

Resolves #481
This commit is contained in:
Oleg Zhurakousky
2020-04-08 16:04:05 +02:00
parent 8d08212575
commit 4dfd208f8f
5 changed files with 0 additions and 28 deletions

View File

@@ -5,5 +5,3 @@ Edit the files in the src/main/asciidoc/ directory instead.
////
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`).
Unresolved directive in aws-readme.adoc - include::./adapters/aws-intro.adoc[]

View File

@@ -7,8 +7,6 @@ Edit the files in the src/main/asciidoc/ directory instead.
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.
Unresolved directive in azure-readme.adoc - include::./adapters/azure-intro.adoc[]
== Sample Function
Go to the link:../../spring-cloud-function-samples/function-sample-azure/[function-sample-azure] to learn about how the sample works, and how to run and test it.