
(This leaves the toplevel download page unlinked (as expected), so it's required explicitly.)
6 lines
223 B
Racket
6 lines
223 B
Racket
#lang at-exp s-exp "shared.rkt"
|
|
|
|
(require "index.rkt" "download.rkt" "community.rkt" "outreach+research.rkt"
|
|
"help.rkt" "new-name.rkt")
|
|
(provide (rename-out [index main]) download community outreach+research help)
|