From eba22da632850bf0ba3ee57b7d4d7b5381f43631 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Tue, 4 Nov 2014 22:36:00 -0800 Subject: [PATCH] docs(tour) Chapter --- tour/all.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tour/all.go b/tour/all.go index b09bd9236..65ea92cbb 100644 --- a/tour/all.go +++ b/tour/all.go @@ -97,6 +97,8 @@ var FileBasicsMounting = Content{ // Chapter is used to define a chapter once and derive IDs for any number of // sections within. // +// It's designed to make it easy to re-order chapters with minimal fuss. +// // eg. // Intro := Chapter(1) // ID("1.1") == Intro(1)