diff --git a/docs/src/main/asciidoc/getting-started.adoc b/docs/src/main/asciidoc/getting-started.adoc
index 2feb9c30..e62c0f5f 100644
--- a/docs/src/main/asciidoc/getting-started.adoc
+++ b/docs/src/main/asciidoc/getting-started.adoc
@@ -12,11 +12,17 @@ Starters that begin with
| Starter | Features
| [source,xml]
+.Fabric8 Dependency
----
org.springframework.cloud
spring-cloud-starter-kubernetes-fabric8
+----
+
+[source,xml]
+.Kubernetes Client Dependency
+----
org.springframework.cloud
spring-cloud-starter-kubernetes-client
@@ -26,11 +32,17 @@ Starters that begin with
resolves service names to Kubernetes Services.
| [source,xml]
+.Fabric8 Dependency
----
org.springframework.cloud
spring-cloud-starter-kubernetes-fabric8-config
+----
+
+[source,xml]
+.Kubernetes Client Dependency
+----
org.springframework.cloud
spring-cloud-starter-kubernetes-client-config
@@ -42,11 +54,17 @@ resolves service names to Kubernetes Services.
Secret changes.
| [source,xml]
+.Fabric8 Dependency
----
org.springframework.cloud
spring-cloud-starter-kubernetes-fabric8-all
+----
+
+[source,xml]
+.Kubernetes Client Dependency
+----
org.springframework.cloud
spring-cloud-starter-kubernetes-client-all