diff --git a/docs/src/main/asciidoc/adapters/openwhisk.adoc b/docs/src/main/asciidoc/adapters/openwhisk.adoc deleted file mode 100644 index 2085bebf9..000000000 --- a/docs/src/main/asciidoc/adapters/openwhisk.adoc +++ /dev/null @@ -1,6 +0,0 @@ -*{project-version}* - -The https://openwhisk.apache.org/[OpenWhisk] adapter is in the form of an executable jar that can be used in a a docker image to be deployed to Openwhisk. The platform works in request-response mode, listening on port 8080 on a specific endpoint, so the adapter is a simple Spring MVC application. - -== Quick Start -include::adapters/openwhisk-quick-start.adoc[]