MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / buildDocs

Function buildDocs

scripts/generateLlmsText.js:178–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178function buildDocs() {
179 const lines = DOC_LINKS.map(l => `- [${l.label}](${l.url}): ${l.note}`);
180 return section('Docs', lines);
181}
182
183function buildCli() {
184 const lines = [

Callers 1

generateMarkdownFunction · 0.85

Calls 1

sectionFunction · 0.85

Tested by

no test coverage detected