diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-03 06:23:05 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-03 06:23:05 -0800 |
| commit | 04bc9fd71714b1d095e251f5de2be650b2e9e7f7 (patch) | |
| tree | 519497faba29dd87102dc04fea5fa411dba34a57 | |
| parent | 113962c0a77b1697f571505db7cc2a5d45a08160 (diff) | |
| parent | df19571fd414fa1d163f8f8c285d5ae7db83a750 (diff) | |
Merge pull request #1730 from castrojo/add-toc-headers
Add TOC headers to contributor, developer, and mentorship guides
| -rw-r--r-- | contributors/devel/README.md | 4 | ||||
| -rw-r--r-- | contributors/guide/README.md | 4 | ||||
| -rw-r--r-- | mentoring/README.md | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md index 7e93e6df..47dd9db7 100644 --- a/contributors/devel/README.md +++ b/contributors/devel/README.md @@ -1,3 +1,7 @@ +--- +Title: Kubernetes Developer Guide +--- + # Kubernetes Developer Guide The developer guide is for anyone wanting to either write code which directly accesses the diff --git a/contributors/guide/README.md b/contributors/guide/README.md index cf4e85ce..cad0d209 100644 --- a/contributors/guide/README.md +++ b/contributors/guide/README.md @@ -1,3 +1,7 @@ +--- +title: Kubernetes Contributor Guide +--- + # Kubernetes Contributor Guide ## Disclaimer diff --git a/mentoring/README.md b/mentoring/README.md index e795b310..74d34b34 100644 --- a/mentoring/README.md +++ b/mentoring/README.md @@ -1,3 +1,7 @@ +--- +Title: Kubernetes Mentoring Initiative +--- + # Kubernetes Mentoring Initiatives This folder will be used for all mentoring initiatives for Kubernetes. |
