Skip to content

Function: buildSidebar()

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

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

Build the sidebar tree (Overview, then a group per kind).

Parameters

entries

readonly CssDocEntry[]

baseHref?

string = "/"

Returns

SidebarItem[]

Released under the MIT License