diff --git a/info.rkt b/info.rkt index c7cdb5d..e503bab 100644 --- a/info.rkt +++ b/info.rkt @@ -1,3 +1,3 @@ #lang info (define collection "sugar") -(define scribblings '(("scribblings/sugar.scrbl" (multi-page)))) \ No newline at end of file +(define scribblings '(("scribblings/sugar.scrbl" ()))) \ No newline at end of file diff --git a/scribblings/sugar.scrbl b/scribblings/sugar.scrbl index 15d9a5e..facaa5e 100644 --- a/scribblings/sugar.scrbl +++ b/scribblings/sugar.scrbl @@ -14,7 +14,7 @@ A collection of small functions to help make Racket code simpler & more readable. -@local-table-of-contents[] +@;local-table-of-contents[] @include-section["installation.scrbl"] @@ -34,4 +34,4 @@ A collection of small functions to help make Racket code simpler & more readable @include-section["license.scrbl"] -@index-section[] +@;index-section[]