Add TOC headers to contributor, developer, and mentorship guides
This adds the necessary metadata to generate a table of contents when when generating these pages for the documentation.
This commit is contained in:
parent
819548b227
commit
df19571fd4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Kubernetes Contributor Guide
|
||||
---
|
||||
|
||||
# Kubernetes Contributor Guide
|
||||
|
||||
## Disclaimer
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
Title: Kubernetes Mentoring Initiative
|
||||
---
|
||||
|
||||
# Kubernetes Mentoring Initiatives
|
||||
|
||||
This folder will be used for all mentoring initiatives for Kubernetes.
|
||||
|
|
|
|||
Loading…
Reference in New Issue