docs(tour) Chapter

This commit is contained in:
Brian Tiger Chow 2014-11-04 22:36:00 -08:00
parent b353f75e21
commit eba22da632

View File

@ -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)