#lang scribble/doc @require[scribble/manual scribble/bnf] @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 @filepath{.scrbl}. The remainder of these instructions assume that the file is called @filepath{manual.scrbl}.} @item{Start @filepath{manual.scrbl} like this: @verbatim[#<