From 76e6f3909502a4f0c9ede067a6c6a5af08b59dc4 Mon Sep 17 00:00:00 2001 From: Marek Biskup Date: Thu, 25 Jun 2015 08:36:44 +0200 Subject: [PATCH] add missing document links --- docs/devel/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/devel/README.md b/docs/devel/README.md index 3ee8a244083..dc2909ffd39 100644 --- a/docs/devel/README.md +++ b/docs/devel/README.md @@ -22,5 +22,13 @@ Docs in this directory relate to developing Kubernetes. * **Profiling Kubernetes** ([profiling.md](profiling.md)): How to plug in go pprof profiler to Kubernetes. +* **Instrumenting Kubernetes with a new metric** + ([instrumentation.md](instrumentation.md)): How to add a new metrics to the + Kubernetes code base. + +* **Coding Conventions** ([coding-conventions.md](coding-conventions.md)): + Coding style advice for contributors. + +* **Faster PR reviews** ([faster_reviews.md](faster_reviews.md)): How to get faster PR reviews. [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/docs/devel/README.md?pixel)]()