From fae6e5b331fc58228f476a41ae4e7284f45c6160 Mon Sep 17 00:00:00 2001 From: Devin Donnelly Date: Mon, 26 Sep 2016 11:37:58 -0700 Subject: [PATCH] Added Federation docs to TOC (in reference for now; this is not where they should permanently go). This should fix the issue where TOCs and Titles do not appear for Federation docs. --- _data/reference.yml | 13 ++++++++++++- docs/user-guide/federation/events.md | 2 -- docs/user-guide/federation/federated-ingress.md | 2 -- docs/user-guide/federation/namespaces.md | 2 -- docs/user-guide/federation/replicasets.md | 2 -- docs/user-guide/federation/secrets.md | 2 -- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/_data/reference.yml b/_data/reference.yml index dca3bb90ef..9d474edb31 100644 --- a/_data/reference.yml +++ b/_data/reference.yml @@ -250,8 +250,19 @@ toc: - title: Federation section: - - title: User guide + - title: Federation User guide path: /docs/user-guide/federation/ + section: + - title: Federated Events + path: /docs/user-guide/federation/events/ + - title: Federated Ingress + path: /docs/user-guide/federation/federated-ingress/ + - title: Federated Namespaces + path: /docs/user-guide/federation/namespaces/ + - title: Federated ReplicaSets + path: /docs/user-guide/federation/replicasets/ + - title: Federated Secrets + path: /docs/user-guide/federation/secrets - title: Federation API path: /docs/federation/api-reference/README/ - title: Federation Components diff --git a/docs/user-guide/federation/events.md b/docs/user-guide/federation/events.md index b9a9188cf7..a7e2a44a17 100644 --- a/docs/user-guide/federation/events.md +++ b/docs/user-guide/federation/events.md @@ -1,8 +1,6 @@ --- --- -# Federated Events - This guide explains how to use events in federation control plane to help in debugging. diff --git a/docs/user-guide/federation/federated-ingress.md b/docs/user-guide/federation/federated-ingress.md index 76fcba75a2..42e5ad536d 100644 --- a/docs/user-guide/federation/federated-ingress.md +++ b/docs/user-guide/federation/federated-ingress.md @@ -1,8 +1,6 @@ --- --- -# Federated Ingress - This guide explains how to use Kubernetes Federated Ingress to deploy a common HTTP(S) virtual IP load balancer across a federated service running in multiple Kubernetes clusters. As of v1.4, clusters hosted in Google diff --git a/docs/user-guide/federation/namespaces.md b/docs/user-guide/federation/namespaces.md index 9c4f99ec8f..a64f6d0db6 100644 --- a/docs/user-guide/federation/namespaces.md +++ b/docs/user-guide/federation/namespaces.md @@ -1,8 +1,6 @@ --- --- -# Federated Namespaces - This guide explains how to use namespaces in Federation control plane. * TOC diff --git a/docs/user-guide/federation/replicasets.md b/docs/user-guide/federation/replicasets.md index f185815ca1..805da57782 100644 --- a/docs/user-guide/federation/replicasets.md +++ b/docs/user-guide/federation/replicasets.md @@ -1,8 +1,6 @@ --- --- -# Federated ReplicaSet - This guide explains how to use replica sets in the Federation control plane. * TOC diff --git a/docs/user-guide/federation/secrets.md b/docs/user-guide/federation/secrets.md index 15947fcca1..7e7a27fc7a 100644 --- a/docs/user-guide/federation/secrets.md +++ b/docs/user-guide/federation/secrets.md @@ -1,8 +1,6 @@ --- --- -# Federated Secrets - This guide explains how to use secrets in Federation control plane. * TOC