From f2317b946f7630e24ae16e9798b6191882f5af4a Mon Sep 17 00:00:00 2001 From: Joel Hamill Date: Thu, 18 Oct 2018 10:16:33 -0700 Subject: [PATCH] DOCS-851 - Remove in-page navigation --- docs/index.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 7b9bcaa9..b65153c9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,10 +5,6 @@ Kubernetes Helm Charts You can use the |cos| Helm charts to deploy |cp| services on Kubernetes for development, test, and proof of concept environments. -.. contents:: - :local: - :depth: 1 - .. important:: The |cp| Helm charts are in developer preview and are not supported for production use. Introduction @@ -79,10 +75,6 @@ Run Confluent Platform Follow these steps to run |cp|. -.. contents:: - :local: - :depth: 1 - Persistence ~~~~~~~~~~~ The ZooKeeper and Kafka cluster are deployed with ``StatefulSets`` that have a ``volumeClaimTemplate`` which provides the persistent volume for each replica. You can define the size of the volumes by changing ``dataDirSize`` and ``dataLogDirSize`` under ``cp-zookeeper`` and ``size`` under ``cp-kafka`` in `values.yaml. `__