From 4dfd208f8fafd38893221f8d443bc99f3eeedeaa Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 8 Apr 2020 16:04:05 +0200 Subject: [PATCH] GH-481 Remove obsolete doc artifacts Removed the *-readme.adoc files are no longer used Resolves #481 --- docs/src/main/asciidoc/adapters/aws-readme.adoc | 3 --- docs/src/main/asciidoc/adapters/azure-readme.adoc | 8 -------- .../main/asciidoc/adapters/openwhisk-readme.adoc | 13 ------------- .../spring-cloud-function-adapter-aws/README.adoc | 2 -- .../spring-cloud-function-adapter-azure/README.adoc | 2 -- 5 files changed, 28 deletions(-) delete mode 100644 docs/src/main/asciidoc/adapters/aws-readme.adoc delete mode 100644 docs/src/main/asciidoc/adapters/azure-readme.adoc delete mode 100644 docs/src/main/asciidoc/adapters/openwhisk-readme.adoc diff --git a/docs/src/main/asciidoc/adapters/aws-readme.adoc b/docs/src/main/asciidoc/adapters/aws-readme.adoc deleted file mode 100644 index a33ffe8ad..000000000 --- a/docs/src/main/asciidoc/adapters/aws-readme.adoc +++ /dev/null @@ -1,3 +0,0 @@ -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[] diff --git a/docs/src/main/asciidoc/adapters/azure-readme.adoc b/docs/src/main/asciidoc/adapters/azure-readme.adoc deleted file mode 100644 index 4f14f282a..000000000 --- a/docs/src/main/asciidoc/adapters/azure-readme.adoc +++ /dev/null @@ -1,8 +0,0 @@ -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[] - -== 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. diff --git a/docs/src/main/asciidoc/adapters/openwhisk-readme.adoc b/docs/src/main/asciidoc/adapters/openwhisk-readme.adoc deleted file mode 100644 index 022b9c8a9..000000000 --- a/docs/src/main/asciidoc/adapters/openwhisk-readme.adoc +++ /dev/null @@ -1,13 +0,0 @@ -== Quick Start - -include::./adapters/openwhisk-quick-start.adoc[] - -== Examples - -The following examples are built based on the details and explanations above, on how to deploy Spring Cloud Functions on to https://openwhisk.apache.org/[OpenWhisk] - -* https://github.com/redhat-developer-demos/ow-scf-fruiteason[Spring Cloud Function PoF Example]. This example shows how to use Spring Cloud Functions by defining simple Plain Old Function (POF) - -* https://github.com/redhat-developer-demos/ow-scf-greeter[Spring Cloud Function Application Example]. This example shows how to use Spring Cloud Functions with a complete Spring Boot Application that has functions defined by extending `java.util.function.Function` interfaces. - -The base docker images used for above examples is available https://github.com/redhat-developer-demos/openwhisk-scf-docker[here]. diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/README.adoc b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/README.adoc index cd68f3df7..5414034e8 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/README.adoc +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-aws/README.adoc @@ -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[] \ No newline at end of file diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/README.adoc b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/README.adoc index d98c7fda2..7a09ab922 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/README.adoc +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/README.adoc @@ -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. \ No newline at end of file