docs: publish WRNexusJS 0.5.1 reference

This commit is contained in:
2026-07-29 16:57:25 +05:30
parent 056ff8a8c4
commit a0c0efb1b8
83 changed files with 777 additions and 606 deletions
+2 -2
View File
@@ -542,9 +542,9 @@ const installedPackageDocs = packageNames
const packageIndex = packageNames
.map(
(name) =>
`- @wrnexus/${name} ${version}: https://wrnexusjs.dev/packages/${name} (README and complete exported TypeScript API are included in llms-full.txt)`,
`## @wrnexus/${name}\n\n- @wrnexus/${name} ${version}\n- Documentation: https://wrnexusjs.dev/packages/${name}\n- README and complete exported TypeScript API: https://wrnexusjs.dev/llms-full.txt`,
)
.join("\n");
.join("\n\n");
const componentSources =
uiReference?.components
.map((component) => {