From b80c0e5177889810f4e22f694b103b4749b46f88 Mon Sep 17 00:00:00 2001 From: Alex Robinson Date: Sun, 19 Jul 2015 09:04:42 +0000 Subject: [PATCH] Fix gendocs --- docs/admin/high-availability.md | 13 +++++++++++++ docs/devel/api-conventions.md | 1 + 2 files changed, 14 insertions(+) diff --git a/docs/admin/high-availability.md b/docs/admin/high-availability.md index 12b722d9c85..3fbd4176af0 100644 --- a/docs/admin/high-availability.md +++ b/docs/admin/high-availability.md @@ -41,6 +41,19 @@ Documentation for other releases can be found at - [Overview](#overview) - [Initial set-up](#initial-set-up) - [Reliable nodes](#reliable-nodes) + - [Establishing a redundant, reliable data storage layer](#establishing-a-redundant-reliable-data-storage-layer) + - [Clustering etcd](#clustering-etcd) + - [Validating your cluster](#validating-your-cluster) + - [Even more reliable storage](#even-more-reliable-storage) + - [Replicated API Servers](#replicated-api-servers) + - [Installing configuration files](#installing-configuration-files) + - [Starting the API Server](#starting-the-api-server) + - [Load balancing](#load-balancing) + - [Master elected components](#master-elected-components) + - [Installing configuration files](#installing-configuration-files) + - [Running the podmaster](#running-the-podmaster) + - [Conclusion](#conclusion) + - [Vagrant up!](#vagrant-up) diff --git a/docs/devel/api-conventions.md b/docs/devel/api-conventions.md index c2d71078a80..0c12e5a6472 100644 --- a/docs/devel/api-conventions.md +++ b/docs/devel/api-conventions.md @@ -69,6 +69,7 @@ using resources with kubectl can be found in (working_with_resources.md).* - [Success codes](#success-codes) - [Error codes](#error-codes) - [Response Status Kind](#response-status-kind) + - [Events](#events)