Talk:Continuous integration/Documentation generation

Latest comment: 1 month ago by APaskulin (WMF) in topic Migrate to JSDoc

Migrate to JSDoc edit

I'd like to update the typical JS project example on this page to use JSDoc instead of JSDuck. Is this simple substitution correct? Replace:

  builders:
   - jsduck

with:

  builders:
   - jsdoc

I wasn't able to find where the builder configuration is specified. APaskulin (WMF) (talk) 19:33, 5 April 2024 (UTC)Reply

@APaskulin (WMF): Oh wow, this is very out-of-date. https://gerrit.wikimedia.org/r/plugins/gitiles/integration/config/+/refs/heads/master/jjb/publish.yaml is the file this is talking about, but we abstracted it ages ago from tech-specific references. I'll have a go at updating it. Jdforrester (WMF) (talk) 20:27, 5 April 2024 (UTC)Reply
@APaskulin (WMF): OK, I've made a stab at making this better. Is that good enough, do you think? Jdforrester (WMF) (talk) 20:54, 5 April 2024 (UTC)Reply
@Jdforrester (WMF) Perfect! Thank you! APaskulin (WMF) (talk) 23:05, 5 April 2024 (UTC)Reply
Return to "Continuous integration/Documentation generation" page.