
For example, the cross-reference information for the Reference is now broken into about 16 pieces, so that resolving a cross-reference into the Reference doesn't require loading all cross-reference information for the Reference. Every document is split into two pieces, so that the title of a document is roughly in its own piece. That way, re-building the page of all installed documentation can be more scalable (after some further changes).
4 lines
111 B
Racket
4 lines
111 B
Racket
#lang setup/infotab
|
|
|
|
(define scribblings '(("reference.scrbl" (multi-page) (racket-core -12) "reference" 16)))
|