Skip to content

Function: buildSidebar()

ts
function buildSidebar(
   entries, 
   baseHref?, 
   groups?): SidebarItem[];

Defined in: emitters/markdown/src/build.ts:71

Build the sidebar tree (Overview, then a group per @group or kind). Grouping and order follow groupEntries; pass groups for an explicit label order.

Parameters

entries

readonly CssDocEntry[]

baseHref?

string = "/"

groups?

readonly string[]

Returns

SidebarItem[]

Released under the MIT License