10 lines
341 B
Racket
10 lines
341 B
Racket
#lang racket/base
|
|
|
|
(provide documentation planet)
|
|
|
|
(require "docs.rkt" ; for the doc tweaking script
|
|
"planet.rkt" "blog.rkt" ; these need to be copied to the service
|
|
"pre.rkt" "git.rkt" ; / these are used on the
|
|
"mailman.rkt" "dirlist.rkt" ; \ server directly
|
|
"wiki.rkt")
|