diff --git a/lens/info.rkt b/lens/info.rkt index c80a2ed..0a38845 100644 --- a/lens/info.rkt +++ b/lens/info.rkt @@ -1,4 +1,4 @@ #lang info (define name "lens") -(define scribblings '(("main.scrbl" () (library) "lens"))) +(define scribblings '(("main.scrbl" (multi-page) (library) "lens"))) diff --git a/lens/main.scrbl b/lens/main.scrbl index fd35dbb..b26241a 100644 --- a/lens/main.scrbl +++ b/lens/main.scrbl @@ -1,6 +1,6 @@ #lang scribble/manual -@title{Lenses} +@title[#:style '(toc)]{Lenses} @defmodule[lens] @@ -14,6 +14,8 @@ representation of getters and setters in object-oriented languages. source code: @url["https://github.com/jackfirth/lens"] +@local-table-of-contents[] + @include-section["base/main.scrbl"] @include-section["compound/main.scrbl"] @include-section["list/main.scrbl"]