Details
-
Type:
Task
-
Status: Done (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Similar Issues:
Description
https://github.com/jenkins-infra/jenkins.io/blob/master/STYLEGUIDE.adoc#javadoc-links does not support links to component Javadoc in http://javadoc.jenkins.io/component/
The current syntax probably needs to be changed notably to support both plugins and components.
The code is here: https://github.com/jenkins-infra/asciidoctor-jenkins-extensions/blob/master/lib/asciidoctor/jenkins/extensions/javadoc-link.rb
Attachments
Issue Links
- links to
I wonder whether adding jenkinsdoc:component:cname:Class[] and jenkinsdoc:plugin:pname:Class[] (+ all other suffix variants) would do it.
jenkinsdoc:core:Class[] or jenkinsdoc:jenkins-core:Class[] might work with additional special handling. E.g. the latter name is already effectively reserved in the https://jenkins.io/doc/developer/extensions/ URL space.