package odoc

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type entry = {
  1. url : Url.t;
  2. content : Types.Inline.t;
  3. toc_status : [ `Open | `Hidden ] option;
}
val of_index : Odoc_index.t -> t
val to_block : t -> Url.Path.t -> Types.Block.t

Generates the sidebar document given a global sidebar and the path at which it will be displayed

OCaml

Innovation. Community. Security.