Skip to content

Commit

Permalink
Update What's Next links
Browse files Browse the repository at this point in the history
  • Loading branch information
chenopis committed Nov 7, 2017
1 parent 8ac984c commit fb577ae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _data/concepts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ toc:
section:
- docs/concepts/api-extension/custom-resources.md
- docs/concepts/api-extension/apiserver-aggregation.md
- docs/concepts/service-broker/service-catalog.md
- docs/concepts/service-catalog/index.md

- title: Containers
section:
Expand Down
2 changes: 1 addition & 1 deletion _data/glossary/service-catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ tags:
short-description: |
An extension API that enables applications running in Kubernetes clusters to easily use external managed software offerings, such as a datastore service offered by a cloud provider.
long-description: |
Service Catalog provides a way to list, provision, and bind with external services from brokers without needing detailed knowledge about how those services are created or managed.
[Service Catalog](/docs/concepts/service-catalog/) provides a way to list, provision, and bind with external services from brokers without needing detailed knowledge about how those services are created or managed.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,10 @@ the service instance. Such `Secret`s can be mounted into pods as usual.


{% capture whatsnext %}
* Explore the [kubernetes-incubator/service-catalog](https://github.com/kubernetes-incubator/service-catalog) project.
* [Install Service Catalog](/docs/tasks/service-catalog/install-service-catalog/) in your Kubernetes cluster.
* Learn how to [provision and bind an external Service with Service Catalog](/docs/tasks/service-catalog/provision-bind-external-service/).
* View [sample service brokers](https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md#sample-service-brokers).
* Learn how to [Provision and bind an external Service with Service Catalog](/docs/tasks/service-catalog/provision-bind-external-service/).
* Explore the [kubernetes-incubator/service-catalog](https://github.com/kubernetes-incubator/service-catalog) project.

{% endcapture %}

Expand Down
8 changes: 2 additions & 6 deletions docs/tasks/service-catalog/install-service-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ approvers:


{% capture prerequisites %}
* {% include task-tutorial-prereqs.md %}
* Understand key usage concepts of [Service Catalog](/docs/concepts/service-broker/service-catalog/).
* Understand key concepts of [Service Catalog](/docs/concepts/service-catalog/).

{% endcapture %}

Expand All @@ -32,10 +31,7 @@ Cras eget quam iaculis, viverra nunc at, venenatis dui. Curabitur accumsan arcu


{% capture whatsnext %}
* Learn how to [Provision and bind an external Service with Service Catalog](/docs/tasks/service-catalog/provision-bind-external-service/).
* Explore the [kubernetes-incubator/service-catalog](https://github.com/kubernetes-incubator/service-catalog) project.
* View [sample service brokers](https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md#sample-service-brokers).

* Learn how to [provision and bind an external Service with Service Catalog](/docs/tasks/service-catalog/provision-bind-external-service/).

{% endcapture %}

Expand Down
7 changes: 3 additions & 4 deletions docs/tasks/service-catalog/provision-bind-external-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ approvers:


{% capture prerequisites %}
* {% include task-tutorial-prereqs.md %}
* [Install Service Catalog](/docs/tasks/service-broker/install-service-broker.md) in your Kubernetes cluster.
* Understand key usage concepts of [Service Catalog](/docs/concepts/service-broker/service-catalog/).
* [Install Service Catalog](/docs/tasks/service-catalog/install-service-catalog/) in your Kubernetes cluster.
* Understand key concepts of [Service Catalog](/docs/concepts/service-catalog/).


{% endcapture %}
Expand All @@ -32,8 +31,8 @@ Cras eget quam iaculis, viverra nunc at, venenatis dui. Curabitur accumsan arcu


{% capture whatsnext %}
* Explore the [kubernetes-incubator/service-catalog](https://github.com/kubernetes-incubator/service-catalog) project.
* View [sample service brokers](https://github.com/openservicebrokerapi/servicebroker/blob/master/gettingStarted.md#sample-service-brokers).
* Explore the [kubernetes-incubator/service-catalog](https://github.com/kubernetes-incubator/service-catalog) project.

{% endcapture %}

Expand Down

0 comments on commit fb577ae

Please sign in to comment.