#lang scribble/doc @require[(lib "manual.ss" "scribble") (lib "bnf.ss" "scribble")] @require["utils.ss"] @title{How to Scribble Documentation} @;---------------------------------------- @section[#:tag "getting-started"]{Getting Started} To document a collection or @|PLaneT| package: @itemize{ @item{Create a file in your collection or planet package with the file extension @file{.scrbl}. The remainder of these instructions assume that the file is called @file{manual.scrbl}.} @item{Start @file{manual.scrbl} like this: @verbatim[#<