Function: renderIndex()
ts
function renderIndex(entries, options?): string;Defined in: emitters/markdown/src/render.ts:279
Render the index/overview page: records grouped by kind, each a table with its summary.
Parameters
entries
readonly CssDocEntry[]
options?
RenderIndexOptions = {}
Returns
string