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.reviewable/pr1310/r1
parent
8ea18355d1
commit
fae6e5b331
|
@ -250,8 +250,19 @@ toc:
|
||||||
|
|
||||||
- title: Federation
|
- title: Federation
|
||||||
section:
|
section:
|
||||||
- title: User guide
|
- title: Federation User guide
|
||||||
path: /docs/user-guide/federation/
|
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
|
- title: Federation API
|
||||||
path: /docs/federation/api-reference/README/
|
path: /docs/federation/api-reference/README/
|
||||||
- title: Federation Components
|
- title: Federation Components
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
# Federated Events
|
|
||||||
|
|
||||||
This guide explains how to use events in federation control plane to help in debugging.
|
This guide explains how to use events in federation control plane to help in debugging.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
# Federated Ingress
|
|
||||||
|
|
||||||
This guide explains how to use Kubernetes Federated Ingress to deploy
|
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
|
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
|
multiple Kubernetes clusters. As of v1.4, clusters hosted in Google
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
# Federated Namespaces
|
|
||||||
|
|
||||||
This guide explains how to use namespaces in Federation control plane.
|
This guide explains how to use namespaces in Federation control plane.
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
# Federated ReplicaSet
|
|
||||||
|
|
||||||
This guide explains how to use replica sets in the Federation control plane.
|
This guide explains how to use replica sets in the Federation control plane.
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
---
|
---
|
||||||
---
|
---
|
||||||
|
|
||||||
# Federated Secrets
|
|
||||||
|
|
||||||
This guide explains how to use secrets in Federation control plane.
|
This guide explains how to use secrets in Federation control plane.
|
||||||
|
|
||||||
* TOC
|
* TOC
|
||||||
|
|
Loading…
Reference in New Issue