Module Lang.IndexSource

type 'a t = {
  1. sidebar : Sidebar.t;
  2. index : 'a Paths.Identifier.Hashtbl.Any.t;
}