Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
function
buildDocs() {
179
const
lines = DOC_LINKS.map(l => `- [${l.label}](${l.url}): ${l.note}`);
180
return
section(
'Docs'
, lines);
181
}
182
183
function
buildCli() {
184
const
lines = [
Callers
1
generateMarkdown
Function · 0.85
Calls
1
section
Function · 0.85
Tested by
no test coverage detected