docs: publish WRNexusJS 0.5.1 reference
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user