From 3306f48f4220c8aa718335ab1ae4465c5a687a2a Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 13 Jul 2018 10:41:14 -0400 Subject: [PATCH] Adding Spring Cloud Function to our list of projects --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 2a5bf19..343dcc6 100644 --- a/index.html +++ b/index.html @@ -258,6 +258,13 @@ Spring Cloud Pipelines provides an opinionated deployment pipeline with steps to {% endcapture %} {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-pipelines" repo_url="http://github.com/spring-cloud/spring-cloud-pipelines" project_title="Spring Cloud Pipelines" project_description=project_description %} + + +{% capture project_description %} +Spring Cloud Function promotes the implementation of business logic via functions. It supports a uniform programming model across serverless providers, as well as the ability to run standalone (locally or in a PaaS). +{% endcapture %} + +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-function" repo_url="http://github.com/spring-cloud/spring-cloud-function" project_title="Spring Cloud Function" project_description=project_description %} ## Release Trains