@openpkg-ts/doc-generator 0.2.3 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5911,7 +5911,7 @@ function ExportIndexPage({
5911
5911
  children: group.exports.map((exp) => /* @__PURE__ */ jsx11(ExportCard, {
5912
5912
  name: exp.name,
5913
5913
  description: exp.description,
5914
- href: `${baseHref}/${exp.id}`,
5914
+ href: `${baseHref}/${group.kind}s/${exp.id}`,
5915
5915
  kind: exp.kind
5916
5916
  }, exp.id))
5917
5917
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpkg-ts/doc-generator",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "API doc generator consuming OpenPkg specs. TypeDoc alternative for modern doc frameworks.",
5
5
  "keywords": [
6
6
  "openpkg",