Merge pull request #16 from fifthposition/gh-pages

* pull16:
  Add SC Cloud Foundry Service Broker to project list
This commit is contained in:
Spencer Gibb
2016-06-01 09:22:18 -06:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<div class="project--container">
<a href="{{include.site_url}}">
<div class="project--title">{{include.project_title}}</div>
<p class="project--description">{{include.project_description}}</p>
</a>
</div>
<p class="project--description">{{include.project_description}}</p>
</div>

View File

@@ -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 %}
<!-- Spring Cloud Cloud Foundry Service Broker -->
{% 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 %}
<!-- Spring Cloud Cluster -->
{% capture project_description %}
Leadership election and common stateful patterns with an abstraction and implementation for Zookeeper, Redis, Hazelcast, Consul.