
The layer is now redundant, since everything left in "pkgs" is in the "racket-pkgs" category.
9 lines
302 B
Racket
9 lines
302 B
Racket
#lang scribble/doc
|
|
@(require scribble/manual "common.rkt")
|
|
|
|
@title[#:tag "scribble"]{@exec{raco scribble}: Building Documentation}
|
|
|
|
See @other-manual['(lib "scribblings/scribble/scribble.scrbl")]
|
|
for information on the @exec{raco scribble} command, which is used to
|
|
run and render a Scribble document.
|