From 2a5653e5c5803a19332337db1cc264df97f9db0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 16 May 2017 12:16:19 +0200 Subject: [PATCH] Changed the section in which the documentation appears on the main page --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index bd6a8e17..6867e6b5 100644 --- a/info.rkt +++ b/info.rkt @@ -16,7 +16,7 @@ "typed-racket-doc" "scribble-doc")) (define scribblings - '(("scribblings/scribble-enhanced.scrbl" ()) + '(("scribblings/scribble-enhanced.scrbl" () ("Scribble Libraries")) ("scribblings/scribble-enhanced-example.lp2.rkt" () (omit-start)) ("scribblings/scribble-enhanced-template.lp2.rkt" () (omit-start)))) (define compile-omit-paths '("resources/"))