racket/collects/web-server/scribblings/extending.scrbl
Jay McCarthy d56eed754b Redoing documentation layout
svn: r12418
2008-11-12 23:45:00 +00:00

17 lines
362 B
Racket

#lang scribble/doc
@(require "web-server.ss")
@title[#:style 'toc]{Extending the Web Server}
@local-table-of-contents[]
@include-section["configuration.scrbl"]
@include-section["servlet-setup.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["web-config-unit.scrbl"]
@include-section["web-server-unit.scrbl"]
@include-section["private.scrbl"]