From ec4bb7ecefd47dd46441eed4299385e5fd7a853b Mon Sep 17 00:00:00 2001 From: craigbox Date: Sat, 13 May 2017 14:45:27 +0100 Subject: [PATCH] Change header order to "Concepts, Tasks, Tutorials" https://kubernetes.io/docs/home/ suggests: Concepts, Tasks, and Tutorials > The Kubernetes documentation contains a number of resources to help you understand and work with Kubernetes. > Concepts provide a deep understanding of how Kubernetes works. > Tasks contain step-by-step instructions for common Kubernetes tasks. > Tutorials contain detailed walkthroughs of the Kubernetes workflow. This is a logical order and I've rearranged the header to match. --- _layouts/docwithnav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/docwithnav.html b/_layouts/docwithnav.html index cb6284e876..e393e1eb67 100755 --- a/_layouts/docwithnav.html +++ b/_layouts/docwithnav.html @@ -24,9 +24,9 @@