summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-02-22 17:22:43 -0800
committerGitHub <noreply@github.com>2018-02-22 17:22:43 -0800
commit360ed164a49c2b1108bb302d44def51cc486e02f (patch)
tree0f7aaf2b1cdf6fce065bfef7a90985a9eb5f38bc
parent2b27efb5fc8f4bd2cf1812d4096aec8358774497 (diff)
parent27074410344b89113f076241e89a34adcf5ffa2f (diff)
Merge pull request #1842 from castrojo/add-toc
Rename this to a table of contents
-rw-r--r--contributors/devel/README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md
index 98863a54..46ae7b9a 100644
--- a/contributors/devel/README.md
+++ b/contributors/devel/README.md
@@ -1,8 +1,4 @@
----
-Title: Kubernetes Developer Guide
----
-
-# Kubernetes Developer Guide
+# Table of Contents
The developer guide is for anyone wanting to either write code which directly accesses the
Kubernetes API, or to contribute directly to the Kubernetes project.