diff --git a/_includes/project_block.md b/_includes/project_block.md index 6473962..40bb127 100644 --- a/_includes/project_block.md +++ b/_includes/project_block.md @@ -1,6 +1,6 @@
\ No newline at end of file +{{include.project_description}}
+ diff --git a/index.html b/index.html index 3ab63aa..5e49e66 100644 --- a/index.html +++ b/index.html @@ -117,6 +117,13 @@ Integrates your application with Pivotal Cloudfoundry. Provides a service discov {% include project_block.md site_url="http://cloud.spring.io/spring-cloud-cloudfoundry" repo_url="http://github.com/spring-cloud/spring-cloud-cloudfoundry" project_title="Spring Cloud for Cloud Foundry" project_description=project_description %} + +{% capture project_description %} +Provides a starting point for building a service broker that manages a Cloud Foundry managed service. +{% endcapture %} + +{% include project_block.md site_url="http://cloud.spring.io/spring-cloud-cloudfoundry-service-broker/" repo_url="http://github.com/spring-cloud/spring-cloud-cloudfoundry-service-broker" project_title="Spring Cloud Cloud Foundry Service Broker" project_description=project_description %} + {% capture project_description %} Leadership election and common stateful patterns with an abstraction and implementation for Zookeeper, Redis, Hazelcast, Consul.