-
-
Notifications
You must be signed in to change notification settings - Fork 533
Docs: support jsdoc's @link #3279
Copy link
Copy link
Open
Labels
pending triageNew issue waiting for initial maintainer triageNew issue waiting for initial maintainer triage
Description
Activity
Metadata
Metadata
Assignees
Labels
pending triageNew issue waiting for initial maintainer triageNew issue waiting for initial maintainer triage
Describe the feature
Reference: https://jsdoc.app/tags-inline-link
Currently NPMX displays package documentation (which is great) but it does not support
@linkjsdoc tag.For example, https://npmx.dev/package-docs/kysely/v/0.29.6#class-AlterTableBuilder is generated from:
https://github.com/kysely-org/kysely/blob/b9674df67734fb7a68a2a49bf5b1754a16776481/src/schema/alter-table-builder.ts#L401-L408
So there should be a link on
CreateTableBuilder.addColumn.I found this after:
@linkjsr-io/jsr#1545@linkindeno dockysely-org/kysely#2039Additional information
Final checks